SCFoundation includes several Useful Classes which intended to create great iOS Application Experiences.
- Core Data
SCCoreDataManager
andNSManageObject+SCFoundation
are extensions for ObjectiveRecord. These classes provides a transient Store in your Core Data. So you can create Tempoary objects.
- UIViewControllers
SCLoopViewController
is a ViewControllers Container, Which you can switch between views with Edge Swiping Gesture.SCSwipeableViewController
andSCSwipeableTableViewController
is alternatives to the originalUIViewController
andUITableViewController
. Adding 'Pull to hide' gesture to Modal ViewControllers,