Fidetro's Stars
swiftlang/swift
The Swift Programming Language
Alamofire/Alamofire
Elegant HTTP Networking in Swift
AFNetworking/AFNetworking
A delightful networking framework for iOS, macOS, watchOS, and tvOS.
ChartsOrg/Charts
Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
ReactiveX/RxSwift
Reactive Programming in Swift
SnapKit/SnapKit
A Swift Autolayout DSL for iOS & OS X
CocoaPods/CocoaPods
The Cocoa Dependency Manager.
ccgus/fmdb
A Cocoa / Objective-C wrapper around SQLite
robbiehanson/CocoaAsyncSocket
Asynchronous socket networking library for Mac and iOS
WenchaoD/FSCalendar
A fully customizable iOS calendar library, compatible with Objective-C and Swift
forkingdog/UITableView-FDTemplateLayoutCell
Template auto layout cell for automatically UITableViewCell height calculating
guolindev/LitePal
An Android library that makes developers use SQLite database extremely easy.
Kapeli/Dash-iOS
Dash for iOS was discontinued. Please check out Dash for macOS instead.
CocoaPods/Specs
The CocoaPods Master Repo
hibernate/hibernate-orm
Hibernate's core Object/Relational Mapping functionality
coolnameismy/BabyBluetooth
:baby: The easiest way to use Bluetooth (BLE )in ios/os ,even bady can use . 一个非常容易使用的蓝牙库,适用于ios和os
pardom-zz/ActiveAndroid
Active record style SQLite persistence for Android
ming1016/study
学习记录
qiujiayu/AutoLoadCache
AutoLoadCache 是基于AOP+Annotation等技术实现的高效的缓存管理解决方案,实现缓存与业务逻辑的解耦,并增加异步刷新及“拿来主义机制”,以适应高并发环境下的使用。
Friend-LGA/LGSideMenuController
iOS view controller which manages left and right side views
Pluto-Y/iOS-Echarts
lxcid/LXReorderableCollectionViewFlowLayout
Extends `UICollectionViewFlowLayout` to support reordering of cells. Similar to long press and pan on books in iBook.
novastone-media/MQTT-Client-Framework
iOS, macOS, tvOS native ObjectiveC MQTT Client Framework
Nonchalant/AppIcon
AppIcon generates *.appiconset contains each resolution image for iOS
kevinzhow/Waver
Siri like waver
atConf/atswift-2017-resources
Resource files for atswift conference 2017, including pdf, source projects or playgrounds. 2017 ** Swift 开发者大会源文件,包括 pdf 和源工程文件 https://atswift.swift.gg/
renjinkui2719/DIS_KVC_KVO
Objective-C KVC, KVO的实现源码,根据 Foundation.framework汇编反写而来,还原iOS对KVO,KVC的真实实现