SCFoundation includes several Useful Classes which intended to create great iOS Application Experiences.
- Core Data
SCCoreDataManagerandNSManageObject+SCFoundationare extensions for ObjectiveRecord. These classes provides a transient Store in your Core Data. So you can create Tempoary objects.
- UIViewControllers
SCLoopViewControlleris a ViewControllers Container, Which you can switch between views with Edge Swiping Gesture.SCSwipeableViewControllerandSCSwipeableTableViewControlleris alternatives to the originalUIViewControllerandUITableViewController. Adding 'Pull to hide' gesture to Modal ViewControllers,