ArkadiYoskovitz's Stars
CSStickyHeaderFlowLayout/CSStickyHeaderFlowLayout
UICollectionView replacement of UITableView. Do even more like Parallax Header, Sticky Section Header. Made for iOS 7.
DaveWoodCom/XCGLogger
A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
romaonthego/REMenu
Dropdown menu inspired by Vine.
piemonte/PBJVision
📸 iOS Media Capture – features touch-to-record video, slow motion, and photography
yannickl/YLProgressBar
UIProgressView replacement with an highly and fully customizable animated progress bar in pure Core Graphics
rs/SDSegmentedControl
A drop-in remplacement for UISegmentedControl that mimic iOS 6 AppStore tab controls
seedco/StackViewController
A controller that uses a UIStackView and view controller composition to display content in a list
marmelroy/ObjectiveKit
Swift-friendly API for a set of powerful Objective C runtime functions.
bfeher/BFPaperButton
iOS Buttons inspired by Google's Paper Material Design.
applidium/ADClusterMapView
MKMapView with clustering
piemonte/PBJVideoPlayer
▶️ video player, simple way to play and stream media on iOS/tvOS
davedelong/MVCTodo
A very simple "To Do" app to illustrate the principles from my "A Better MVC" talk
tadija/AERecord
Super awesome Swift minion for Core Data (iOS, macOS, tvOS)
ryanmaxwell/RMUniversalAlert
Wrapper class for UIAlertView / UIActionSheet / UIAlertController for targeting all iOS versions.
dwalker39/DWBubbleMenuButton
A delightful and simple animation class for expanding and collapsing a variable sized menu
tus/TUSKit
The tus client for iOS.
neopixl/NPSegmentedControl
mattneub/custom-alert-view-iOS7
how to create a small presented view that hovers in front of the interface like a UIAlertView
sarchak/UICollectionView
A simple pinterest like layout using UICollectionView and UICollectionViewFlow Layout
RobertAPhillips/UIView_2_PDF
PDF generator using UIViews or UIViews with an associated XIB
mohiji/JLFGameplayKit
Re-building Apple's GameplayKit
jeffruediger/GameOnAGrid
theextremeprogrammer/StoryboardPagingDemo
Working example of how to configure a PageViewController to work using view controllers defined within a Storyboard.
sanchosrancho/Photo-Map
This is example code which shows the Photo from Camera Roll as Annotations on the World Map and groups them by the region
JohnYangSam/KDTree
KDTree CS106L Assignment
xaviers3/SteganographyApp
Hides an image within another by encoding a ‘private’ image into a ‘public’ image using a ‘key’, as well as extracting the private image from the encoded image using the same key.