Stay in touch
Parent-Child-CoreData
July 17, 2016 • Apache 2.0 License
This example will give you the basic idea on how to achieve Parent-Child ManagedObjectContexts in a real life scenario
EVWDropDownNotification
July 17, 2016 • MIT License
A simple but yet powerful Swift Dropdown Notification for iOS inspired by AlvaroFranco but rewritten in Swift 2.2 and extended to offer much more customisation
EssentialTableView
July 17, 2016 • Apache 2.0 License
A detailed project on UITableView which includes Parallax effects, Collapse/Expand UITableViewCell, 3D Touch on UITableViewCell
ModalPresentationQueue
July 16, 2016 • MIT License
UIViewController extension which lets you present multiple modal view controllers in a serial presentation queue.
LoadingButton
July 16, 2016 • MIT License
UIButton subclass with an activity indicator and loading text
DPSegmentedControl
July 16, 2016 • MIT License
Custom segmented control with image and text. There are 2 option for horizontal or vertical position inside segmented view (image & text). It's fully animated.
inbox-replica
July 16, 2016 • MIT License
Recreated the expanding cells effect from `Inbox` by Google in Swift
SwiftLinkPreview
July 16, 2016 • MIT License
It makes a preview from an url, grabbing all the information such as title, relevant texts and images.
ARFacebookShareKitActivity
July 16, 2016 • MIT License
Launch FBSDKShareKit from UIActivityViewController instead of the default Facebook share sheet.
YBSlantedCollectionViewLayout
July 16, 2016 • MIT License
YBSlantedCollectionViewLayout is a subclass of UICollectionViewLayout allowing the display of slanted content on UICollectionView.
Swift Popup Dialog
July 16, 2016 • MIT License
Popup Dialog is a simple alert view, easy to use just like UIAlertController. Additionally Popup Dialog features a lot of customization options to make it meet your needs.
SCDatePicker
July 16, 2016 • Apache 2.0 License
SCDatePicker is a simple UIDatePicker with a UIToolbar and 'Done' button. Three lines of code.
MultiStepSlider
July 16, 2016 • MIT License
A custom UIControl which functions like UISlider where you can set multiple intervals with different step values for each interval. This is useful when an interval spans over large values, for exam...
NoOptionalInterpolation
July 16, 2016 • MIT License
NoOptionalInterpolation gets rid of "Optional(...)" and "nil" in Swift's string interpolation and make pluralization easier.
let age = 42
let text = "I am \(age ~ "year") old" // "I am 42 yea...