编写iOS中最实用的demo

472 阅读1分钟
原文链接: www.jianshu.com
自己点的菜,再难吃也要啃完

目前已经写好的例子:

1、UISearchController iOS 8的基本使用
2、UIWebView加载新闻详情
3、UIPageViewController的基本使用
4、UIPopoverPresentationController iOS 8的基本使用
5、UICollectionView排列方式之算法初体验
6、UIVisualEffectView 毛玻璃效果
7、UISplitViewController 菜谱实现
8、WKWebView的基本使用,相关代码实现在UISplitViewController的菜谱详情中
9、用UIPageViewController实现的水平滚动视图
10、强大的富文本编辑器AttributedStringTextView
11、tableView嵌套tableView(二级评论实现)

强大的富文本编辑器

1、 UISearchController

1UISearchController的基本使用.gif
1UISearchController的基本使用.gif

3、UIPageViewController的基本使用

page1.gif
page1.gif
page2.gif
page2.gif
page3.gif
page3.gif

4.、UIPopoverPresentationController

UIPopoverPresentationController.gif
UIPopoverPresentationController.gif

7.、UISplitViewController

UISplitViewController竖屏.gif
UISplitViewController竖屏.gif
UISplitViewController横屏.gif
UISplitViewController横屏.gif

9、用UIPageViewController实现的水平滚动视图

Untitled4.gif
Untitled4.gif
附demo地址:github.com/iOSHJH/JHSC…

10、强大的富文本编辑器AttributedStringTextView

Untitled2.gif
Untitled2.gif
附demo地址:github.com/iOSHJH/Attr…

11、tableView嵌套tableView(二级评论实现)

7、tableView嵌套tableView.gif
7、tableView嵌套tableView.gif





此项目在本人有空闲时间下会持续更新,争取做到如标题所言(编写iOS中最实用的demo),有问题欢迎issues
若项目对你有用还望不吝给个star让我动力十足😀

demo地址:github.com/iOSHJH/iOSD…