-
流畅性和资源消耗的tips
参考链接 https://blog.ibireme.com/2015/11/12/smooth_user_interfaces_for_ioscpu资源消耗问题 1.尽量使用轻量对象代替重量的对象,如用CALayer代替UIView 2.不涉及UI操作的对象,尽量放在后台线程创建 3.用StoryBoard创建视图对象时,会消耗更多的资源,性能敏感的界面中尽量不使用StoryBoard 4.尽量推迟对象建立的时间 5.当对象可以复用且复用的代价较低时,可以考虑将对象放入一个缓存...…
-
linkTest
This is aaa inline link.This is android inline link.This is ios inline link.…
-
Hello World - Vno
What’s thisVno Jekyll is a theme for Jekyll. It is a port of my Ghost theme vno, which is originally developed from Dale Anthony’s Uno.Usage$ git clone https://github.com/onevcat/vno-jekyll.git your_site$ cd your_site$ bundler install$ bundler exe...…