Features - General:
- Works on both the iPhone and iPad (best suited for iPad)
- Works on both portrait and landscape orientation
- Inherits from UIScrollView - you can override the UIScrollViewDelegate if you wish
- Reusable cells
- Edit mode to delete cells
- Gestures work great inside of the scrollView
- 4 different layout strategies (Vertical, Horizontal, Horizontal Paged LTR/TTB)
- Possibility to provide your own layout strategy
- Paging!! 2 horizontally paged layout strategies added
- shaking animation on items when in edit mode
- Changing the scrollview delegate is allowed!
- Cell highlighting support
- Demo app provided, with options panel
Features - Sorting:
- Perform a long-touch on a view to be able to move it
- Two different animation styles ("Swap" or "Push")
- Sorted view has a shake animation (can be disabled)
- Only one UIPanGestureRecognizer and one UILongTouchGestureRecognizer used to track ALL views
Features - Gestures:
- Perform a long-press to switch to edit (jiggle) mode
- Tap between cells to terminate edit mode
Features - Fullsize:
- Pinch, rotate and drag views using 2 fingers
- Switch to fullsize mode on the view at the end of these gestures if the view scaled enough
- Provide a different fullsize view (detailed view) for the view via the delegate
- Every view doesn't have it's own gesture recognizers, the main view handles a set of gestures for ALL views
'Development > IOS & Mac' 카테고리의 다른 글
[IOS Library] 카테고리가 있는 Refresh Controller (0) | 2013.09.13 |
---|---|
[cocos2d-x] CCLayer 또는 CCSprite clipping하기 (0) | 2013.09.04 |
[IOS] Instrument Alloc 항목 설명 (0) | 2013.09.01 |
[IOS] UIScrollView에서 스크롤 중 NSTImer가 동작이 되게.. (0) | 2013.08.29 |
[IOS] UIView Animation 연속적인 호출시 유용 (0) | 2013.08.28 |