Gurdeep0602's Stars
ochococo/Design-Patterns-In-Swift
📖 Design Patterns implemented in Swift 5.0
ccgus/fmdb
A Cocoa / Objective-C wrapper around SQLite
facebookarchive/AsyncDisplayKit
Smooth asynchronous user interfaces for iOS apps.
futurice/ios-good-practices
Good ideas for iOS development, by Futurice developers.
stephencelis/SQLite.swift
A type-safe, Swift-language layer over SQLite3.
mac-cain13/R.swift
Strong typed, autocompleted resources like images, fonts and segues in Swift projects
facebookarchive/Shimmer
An easy way to add a simple, shimmering effect to any view in an iOS app.
lexrus/LTMorphingLabel
[EXPERIMENTAL] Graceful morphing effects for UILabel written in Swift.
facebookarchive/KVOController
Simple, modern, thread-safe key-value observing for iOS and OS X.
Wolg/awesome-swift
A curated list of awesome Swift frameworks, libraries and software.
sunshinejr/SwiftyUserDefaults
Modern Swift API for NSUserDefaults
facebookarchive/Tweaks
An easy way to fine-tune, and adjust parameters for iOS apps in development.
duemunk/Async
Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch
DeclarativeHub/Bond
A Swift binding framework
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.
Yalantis/Persei
Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift
pNre/ExSwift
A set of Swift extensions for standard types and classes.
typelift/Swiftz
Functional programming in Swift
zoonooz/ZFRippleButton
Custom UIButton effect inspired by Google Material Design
MHaroonBaig/MotionKit
Get the data from Accelerometer, Gyroscope and Magnetometer in only Two or a few lines of code. CoreMotion now made insanely simple :octocat: :satellite:
icanzilb/TaskQueue
A Task Queue Class developed in Swift (by Marin Todorov)
peterprokop/SwiftOverlays
SwiftOverlays is a Swift GUI library for displaying various popups and notifications
piemonte/Twinkle
:sparkles: Twinkle interface elements in Swift
honghaoz/Swift-CAAnimation-Closure
Swift extension which adds start, animating and completion closures for CAAnimation objects. Aka, CAAnimation + Closure / Block
podkovyrin/UIViewController-KeyboardAdditions
Tiny UIViewController category that provides handy way for keyboard handling logic.
mbazaliy/MBSwizzler
Simple class for method swizzling in Swift
StephenHaney/Swift-Custom-Events
A very simple way to implement Backbone.js style custom event listeners and triggering in Swift for iOS development.
bignerdranch/Result
Small Swift library for Result type
palmin/animated-ui-label
UILabel that animates changes to text
bibhas2/iOSBlockingQueue
Implementation of bounded and unbounded blokcing queue in iOS