UIPickerView that scrolls horizontally on iPhone?

I look at this widget and it looks like a UIPickerView, however I have not seen anything provided by the iPhone SDK API, which allows only horizontal scrolling. Basically, all this is done vertically. In addition, this collector creates custom graphics, so it may not be.

I am wondering if anyone can determine if this is really a UIPickerView or possibly a hacked UIScrollView? The widget is convenient - and I like its use. I found it in some grocery app in the app store.

Here is a screenshot:

enter image description here

Thanks to everyone.

+3
source share
6 answers

. - , UIImageView UIScrollView. , 100% . , - .

+5

, iOS (STHorizontalPicker) GitHub. , UIPickerView, , , , ( UIScrollView, UIView CATextLayers ).

UITableCellViews : SThorizontalpicker

+5

- , .

+2

. .app iPhone, , xib . , . , UIScrollView, , , , .

+1

:-) , , UIScrollView ( ). , , . ( ) , .

, .

0

Source: https://habr.com/ru/post/1708580/


All Articles