A picture representing marty-suzuki

marty-suzuki

marty-suzuki
东京,日本
UILayoutBuilder screenshot

UILayoutBuilder

2020年2月20日 • MIT 许可证
一个具有直观语法和可见层次结构的自动布局 DSL。
DuctTape screenshot

DuctTape

2019年10月2日 • MIT 许可证
📦 基于 Swift 的 KeyPath dynamicMemberLookup 语法糖。
PickerButton screenshot

PickerButton

2019年2月24日 • MIT 许可证
PickerButton 是 UIButton 的子类,可以在键盘上显示 UIPickerView。
SplittableViewKit screenshot

SplittableViewKit

2018年10月23日 • MIT 许可证
当设备旋转时,UITableView 中 IndexPath(row: 0, section: 0) 的单元格自动移动到左侧视图。
Prex screenshot

Prex

2018年10月14日 • MIT 许可证
🔁结合 MVP 和 Flux 的单向数据流架构,为 Swift 提供支持。
TheAnimation screenshot

TheAnimation

2018年5月16日 • MIT 许可证
类型安全的 CAAnimation 包装器。它可以防止设置错误类型的值。
Continuum screenshot

Continuum

2018年2月13日 • MIT 许可证
基于 NotificationCenter 的轻量级 UI / AnyObject 绑定器。
FluxCapacitor screenshot

FluxCapacitor

2017年8月4日 • MIT 许可证
FluxCapacitor 是支持 Flux 设计模式的框架。它通过使用协议(Storable, Actionable, DispatchValue)使得实现 Flux 变得简单。Flux 的特殊功能是“在 Flux...
ReverseExtension screenshot

ReverseExtension

2017年3月9日 • MIT 许可证
UITableView 扩展,允许从 tableView 的底部插入单元格。只有使用 tableView.re.delegate 而不是 tableView.delegate!!!
NoticeObserveKit screenshot

NoticeObserveKit

2017年1月13日 • MIT 许可证
NoticeObserveKit 是一个类型安全的 NotificationCenter 包装器,它将通知类型与 info 类型关联起来。
HoverConversion screenshot

HoverConversion

2016年9月20日 • MIT 许可证
HoverConversion 实现了基于:UITableView的垂直翻页。UIViewController将在达到UITableView内容偏移量的顶部或底部时进行翻页。
ReuseCellConfigure screenshot

ReuseCellConfigure

2016年8月6日 • MIT 许可证
您可以在不进行类型转换的情况下配置可重用单元格!let cell = tableView.dequeueReusableCellWithIdentifier(“LeftIconTableViewCell”, classForCell: LeftIconTableViewCell.self) { $0.alphabetLabel.te...
MartyJunior screenshot

MartyJunior

2016年4月6日 • MIT 许可证
您可以通过在UITableView中心部分进行滑动手势来更改标签内容!!
URLEmbeddedView screenshot

URLEmbeddedView

2016年3月30日 • MIT许可证
URLEmbeddedView自动缓存确认了Open Graph Protocol的对象。
MisterFusion screenshot

MisterFusion

2015年11月30日 • MIT许可证
MisterFusion使得在Swift & Objective-C代码中使用AutoLayout更加容易。<br/> 与其他Swift AutoLayout DSL相比,MisterFusion有 <strong>三个特性</strong>。<br/> <ol> <l...
SAWaveToast screenshot

SAWaveToast

2015年9月3日 • MIT许可证
显示带波浪动画背景和浮动动画的文本。
SAInboxViewController screenshot

SAInboxViewController

2015年9月2日 • MIT许可证
受“谷歌Inbox”动画切换启发的UIViewController子类。https://itunes.apple.com/us/app/inbox-by-gmail-new-email-app/id905060486?mt=8
SABlurImageView screenshot

SABlurImageView

2015年4月3日 • MIT许可证
您可以使用模糊效果及其动画,只需调用两个方法即可。这是示例视频。https://www.youtube.com/watch?v=wCXe1jZIZVk
SAHistoryNavigationViewController screenshot

SAHistoryNavigationViewController

2015年3月31日 • MIT许可证
SAHistoryNavigationViewController实现了类似于iOS任务管理器的UI。这是示例视频。https://www.youtube.com/watch?v=qyOim1VEvwY
SASecretCommandViewController screenshot

SASecretCommandViewController

2015年2月20日 • MIT许可证
您可以使用滑动手势和A,B按钮使用秘密命令。展示您想要的秘密模式!
SAParallaxViewControllerSwift screenshot

SAParallaxViewControllerSwift

2015年2月19日 • MIT许可证
SAParallaxViewControllerSwift实现了具有模糊效果的视差滚动。此外,它实现了无缝开启过渡。
SACollectionViewVerticalScalingFlowLayout screenshot

SACollectionViewVerticalScalingFlowLayout

2015年2月16日 • MIT许可证
SACollectionViewVerticalScalingFlowLayout将对出现的或消失的单元格应用放大或缩小效果。此外,UIDynamics的动画应用于每个单元格。
MSAlertController screenshot

MSAlertController

2014年12月18日 • MIT许可证
您可以在iOS7中使用AlertController!! MSAlertController具有与UIAlertViewController相同的功能。此外,可以自定义字体、字号和字体颜色。