• Stars
    star
    11
  • Rank 1,694,829 (Top 34 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

SDRouter use for decoupling.use simple code bridge native to native or H5 to native by AppSchema with parameter, like this "asone://oneController?url=http://www.baidu.com" SDRouter 可以用来在模块与模块间的解耦及通信,也可以作为H5和原生的交互、跳转、传参。SDRouter的设计是参照[一水流年](http://dzpqzb.com) 的想法来实现的,总体和他的想法保持一致。

More Repositories

1

SDWebView

针对WKWebView进行的封装、支持和H5交互、通过属性获取cookie、H5图片预览、包括调用js方法,以及WKWebview图片预览、WKWebView图片浏览、预览、图片保存等功能,Base on the WKWebView,this lib support handle javaScript, web photo browse and on.
Objective-C
242
star
2

SDDemo

1.TableViewCell图文混排,图片大小自适应,限制最大宽度,使用indexPath缓存行高。支持tableViewcell编辑插入、收藏、点赞、置顶、删除功能。2.增加iOS补位动画
Objective-C
16
star
3

SDTableViewHeaderAnimation

Most tableViewHeader animation has been include in this demo, you can use it inherit the HeaderAnimationTableView. demo中包含了大部分经常用到的tableViewHeader的动画效果,包括:tableViewHeader下拉跟随、放大、折叠效果等。另外,结合另一个个人项目SDLayoutDemo,可以让更好的理解TableView.
Swift
16
star
4

SDFPS

a iOS tool use to examine fps.一行代码的fps.
Objective-C
4
star
5

SDLabel

How to implementation a label? like UILabel that subclass UIView. SDLabel is a way to get it.当开始思考怎么实现一个系统控件,如UILabel一样,继承自UIView。我开始尝试很多方法,SDLabel是其中一种思路,当然我并没有完 全实现UIlabel的所有功能。 SDLabel并不是一个完整的功能齐全的控件,但可以提供一种解决方案。该Label在股大咖项目中得到了应用,在整个UITableView的性能优 化中,起到了比较重要的作用,使60fps成为常态。
Objective-C
4
star
6

SDTextFiledAnimation

TextFiled动画,支持纯代码创建的TextFiled,点击登陆框,动画
Objective-C
3
star
7

SDPickerView

选关、设置计划、日期等自定义的pickerView、字体、描边字体。
Objective-C
3
star
8

iOSPush

使用Nodejs调试iOS的APNS通知推送,如此简单。Use Node.js language test iOS apns pusn.
JavaScript
3
star
9

SDLottery

Use a different plist to load the same controller
Objective-C
2
star
10

MMDrawerControllerDemo

MMDrawerController侧滑demo
Objective-C
1
star
11

SDGuard

This tool is design for Objective-C, a category for NSObject to guard dealloc method, add block, when system call the dealloc, call this block first.通过分类的形式给OC对象添加一个block,在对象销毁执行dealloc方法时,执行这个block。具有较小的侵入性
Objective-C
1
star