paranishian's Stars
steipete/Aspects
Delightful, simple library for aspect oriented programming in Objective-C and Swift.
facebookarchive/KVOController
Simple, modern, thread-safe key-value observing for iOS and OS X.
soffes/SAMKeychain
Simple Objective-C wrapper for the keychain that works on Mac and iOS
cbpowell/MarqueeLabel
A drop-in replacement for UILabel, which automatically adds a scrolling marquee effect when the label's text does not fit inside the specified frame
alikaragoz/MCSwipeTableViewCell
:point_up_2: Convenient UITableViewCell subclass that implements a swippable content to trigger actions (similar to the Mailbox app).
nicklockwood/SwipeView
SwipeView is a class designed to simplify the implementation of horizontal, paged scrolling views on iOS. It is based on a UIScrollView, but adds convenient functionality such as a UITableView-style dataSource/delegate interface for loading views dynamically, and efficient view loading, unloading and recycling.
mwaterfall/MWFeedParser
An Objective-C RSS / Atom Feed Parser for iOS
TomThorpe/UIScrollSlidingPages
Allows you to add multiple view controllers and have them scroll horizontally, with a header scroller that stays in sync with the content and shows next, current and previous items. A zoom out effect appears as you scroll between pages. Similar in style to the Groupon app.
davdroman/DRCellSlideGestureRecognizer
Make your cells actionable through swipes
caesarcat/InfinitePagingView
InfinitePagingView is a subclass of UIView. It contains an endlessly scrollable UIScrollView.
kishikawakatsumi/JapaneseKeyboardKit
Sample implementation for iOS Custom Keyboard Extension with Mozc (Google Japanese Input)
polatolu/POHorizontalList
App Store like horizontal view control that can be used in a UITableView