w3cschool 编程狮,随时随地学编程
下载APP
|
登录
个人中心
首页
入门教程
编程课程
特色实战
畅学全站
首页
/
iOS 开源库
/
Hero
Hero
Hero 是为了构建 iOS 试图控制器过渡动画的库。它在 UIKit 繁琐的过渡动画 API 之上提供了一个层,使得自定义过渡动画对于开发人员来说是一个轻松的任务。
Kingfisher
Hedwig
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定
目录
TL;DR 列表,供快速查询
IGListKit
Realm
Moya
SwiftyJSON
Valet
Firebase Analytics
AsyncDisplayKit
DZNEmptyDataSet
Chameleon
PermissionScope
FileKit
SwiftyUserDefaults
Kingfisher
Hero
Hedwig
DeviceKit
Charts
MGSwipeTableCell
RandomKit
ResponseDetective
Onboard
Quick
Nimble
Natalie
RxSwift
GDPerformanceView
Alamofire
SwiftyStoreKit
Timepiece
CryptoSwift
FSCalendar
ImageViewer
PromiseKit
Ensembles
IOS开源库
DeviceKit
Charts
MGSwipeTableCell
RandomKit
ResponseDetective
Onboard
Quick
Nimble
Natalie
Ensembles
RxSwift
FSCalendar
ImageViewer
Alamofire
CryptoSwift
SwiftyStoreKit
Timepiece
IOS开源库
IGListKit
Realm
Moya
SwiftyJSON
Valet
Firebase Analytics
AsyncDisplayKit
DZNEmptyDataSet
Chameleon
PermissionScope
PromiseKit
FileKit
SwiftyUserDefaults
Kingfisher
Hero
Hedwig
关闭
MIP.setData({ 'pageTheme' : getCookie('pageTheme') || {'day':true, 'night':false}, 'pageFontSize' : getCookie('pageFontSize') || 20 }); MIP.watch('pageTheme', function(newValue){ setCookie('pageTheme', JSON.stringify(newValue)) }); MIP.watch('pageFontSize', function(newValue){ setCookie('pageFontSize', newValue) }); function setCookie(name, value){ var days = 1; var exp = new Date(); exp.setTime(exp.getTime() + days*24*60*60*1000); document.cookie = name + '=' + value + ';expires=' + exp.toUTCString(); } function getCookie(name){ var reg = new RegExp('(^| )' + name + '=([^;]*)(;|$)'); return document.cookie.match(reg) ? JSON.parse(document.cookie.match(reg)[2]) : null; }