Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/productinfo/awesome-ios-1
Awesome iOS Frameworks
https://github.com/productinfo/awesome-ios-1
List: awesome-ios-1
Last synced: about 1 month ago
JSON representation
Awesome iOS Frameworks
- Host: GitHub
- URL: https://github.com/productinfo/awesome-ios-1
- Owner: productinfo
- License: mit
- Created: 2019-04-10T15:51:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T03:05:04.000Z (over 6 years ago)
- Last Synced: 2024-11-09T00:02:21.413Z (about 1 month ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-ios-1 - Awesome iOS Frameworks. (Programming Language Lists / Swift Lists)
README
## Language
* [raywenderlich / swift-style-guide](https://github.com/raywenderlich/swift-style-guide)
* [raywenderlich / objective-c-style-guide](https://github.com/raywenderlich/objective-c-style-guide)
* [raywenderlich / swift-algorithm-club](https://github.com/raywenderlich/swift-algorithm-club)
* [ole / whats-new-in-swift-4](https://github.com/ole/whats-new-in-swift-4)
* [ochococo / Design-Patterns-In-Swift](https://github.com/ochococo/Design-Patterns-In-Swift)## Major
### UI
* [facebook / react-native](https://github.com/facebook/react-native)
* [Instagram / IGListKit](https://github.com/Instagram/IGListKit)
* [TextureGroup / Texture](https://github.com/texturegroup/texture)
* [linkedin / LayoutKit](https://github.com/linkedin/LayoutKit)
* [facebook / yoga](https://github.com/facebook/yoga)### Network
* [Alamofire / Alamofire](https://github.com/Alamofire/Alamofire)
* [AFNetworking / AFNetworking](https://github.com/AFNetworking/AFNetworking)
* [Moya / Moya](https://github.com/Moya/Moya)
* [SwiftyJSON / SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)
* [apple / swift-protobuf](https://github.com/apple/swift-protobuf)
* [Hearst-DD / ObjectMapper](https://github.com/Hearst-DD/ObjectMapper)
* [daltoniam / Starscream](https://github.com/daltoniam/Starscream)
* [facebook / SocketRocket](https://github.com/facebook/SocketRocket)
* [novastone-media / MQTT-Client-Framework](https://github.com/novastone-media/MQTT-Client-Framework)
* [robbiehanson / CocoaAsyncSocket](https://github.com/robbiehanson/CocoaAsyncSocket)### Storage
* [ccgus / fmdb](https://github.com/ccgus/fmdb)
* [stephencelis / SQLite.swift](https://github.com/stephencelis/SQLite.swift)
* [groue / GRDB.swift](https://github.com/groue/GRDB.swift)
* [realm / realm-cocoa](https://github.com/realm/realm-cocoa)### Download & Cache Image
* [onevcat / Kingfisher](https://github.com/onevcat/Kingfisher)
* [rs / SDWebImage](https://github.com/rs/SDWebImage)
* [path / FastImageCache](https://github.com/path/FastImageCache)### Concurrency
* [ReactiveX / RxSwift](https://github.com/ReactiveX/RxSwift)
* [RxSwiftCommunity / RxDataSources](https://github.com/RxSwiftCommunity/RxDataSources)
* [RxSwiftCommunity / Action](https://github.com/RxSwiftCommunity/Action)
* [RxSwiftCommunity / RxGesture](https://github.com/RxSwiftCommunity/RxGesture)
* [RxSwiftCommunity / RxAlamofire](https://github.com/RxSwiftCommunity/RxAlamofire)
* [RxSwiftCommunity / RxRealm](https://github.com/RxSwiftCommunity/RxRealm)
* [mxcl / PromiseKit](https://github.com/mxcl/PromiseKit)## Minor
### Auto Layout
* [SnapKit / SnapKit](https://github.com/SnapKit/SnapKit)
* [SnapKit / Masonry](https://github.com/SnapKit/Masonry)
* [nakiostudio / EasyPeasy](https://github.com/nakiostudio/EasyPeasy)### HUD
* [SVProgressHUD / SVProgressHUD](https://github.com/SVProgressHUD/SVProgressHUD)
* [jdg / MBProgressHUD](https://github.com/jdg/MBProgressHUD)### Pull to Refresh
* [CoderMJLee / MJRefresh](https://github.com/CoderMJLee/MJRefresh)
### Log
* [CocoaLumberjack / CocoaLumberjack](https://github.com/CocoaLumberjack/CocoaLumberjack)
### Animation
* [airbnb / lottie-ios](https://github.com/airbnb/lottie-ios)
* [MengTo / Spring](https://github.com/MengTo/Spring)
* [marmelroy / Interpolate](https://github.com/marmelroy/Interpolate)
* [storehouse / Advance](https://github.com/storehouse/Advance)
* [SebastianBoldt / Jelly](https://github.com/SebastianBoldt/Jelly)
* [lkzhao / Hero](https://github.com/lkzhao/Hero)
* [facebook / pop](https://github.com/facebook/pop)### Routing
* [devxoul / URLNavigator](https://github.com/devxoul/URLNavigator)
### Date
* [akosma / SwiftMoment](https://github.com/akosma/SwiftMoment)
* [melvitax / DateHelper](https://github.com/melvitax/DateHelper)### Image
* [Flipboard / FLAnimatedImage](https://github.com/Flipboard/FLAnimatedImage)
### Chart
* [core-plot / core-plot](https://github.com/core-plot/core-plot)
* [danielgindi / Charts](https://github.com/danielgindi/Charts)
* [philackm / ScrollableGraphView](https://github.com/philackm/ScrollableGraphView)
* [Boris-Em / BEMSimpleLineGraph](https://github.com/Boris-Em/BEMSimpleLineGraph)### IAP
* [bizz84 / SwiftyStoreKit](https://github.com/bizz84/SwiftyStoreKit)
### Security
* [krzyzanowskim / CryptoSwift](https://github.com/krzyzanowskim/CryptoSwift)
* [matthewpalmer / Locksmith](https://github.com/matthewpalmer/Locksmith)
* [kishikawakatsumi / KeychainAccess](https://github.com/kishikawakatsumi/KeychainAccess)### Photo Browser
* [suzuki-0000 / SKPhotoBrowser](https://github.com/suzuki-0000/SKPhotoBrowser)
* [mwaterfall / MWPhotoBrowser](https://github.com/mwaterfall/MWPhotoBrowser)### Image Picker
* [banchichen / TZImagePickerController](https://github.com/banchichen/TZImagePickerController)
### Camera
* [BradLarson / GPUImage](https://github.com/BradLarson/GPUImage)
### Keyboard
* [hackiftekhar / IQKeyboardManager](https://github.com/hackiftekhar/IQKeyboardManager)
### Placeholder
* [dzenbot / DZNEmptyDataSet](https://github.com/dzenbot/DZNEmptyDataSet)
* [Juanpe / SkeletonView](https://github.com/Juanpe/SkeletonView)### Form
* [xmartlabs / Eureka](https://github.com/xmartlabs/Eureka)
### Pop Up
* [vikmeup / SCLAlertView-Swift](https://github.com/vikmeup/SCLAlertView-Swift)
* [adad184 / MMPopupView](https://github.com/adad184/MMPopupView)### Sheet
* [m1entus / MZFormSheetPresentationController](https://github.com/m1entus/MZFormSheetPresentationController)
### Format
* [mattt / FormatterKit](https://github.com/mattt/FormatterKit)
### Tip
* [andreamazz / AMPopTip](https://github.com/andreamazz/AMPopTip)
### Carousel
* [nicklockwood / iCarousel](https://github.com/nicklockwood/iCarousel)
### Onboard
* [mamaral / Onboard](https://github.com/mamaral/Onboard)
### Zip
* [marmelroy / Zip](https://github.com/marmelroy/Zip)
### UserDefaults
* [radex / SwiftyUserDefaults](https://github.com/radex/SwiftyUserDefaults)
### Permission
* [delba / Permission](https://github.com/delba/Permission)
### Device
* [dennisweissmann / DeviceKit](https://github.com/dennisweissmann/DeviceKit)