一個區分度很大的面試題 考察一個面試者基礎咋樣,基本上問一個 @property 就夠了: @property 后面可以有哪些修飾符? 線程安全的:atomic,nonato...

Xcode8 更新好多新特性,其中就增加了好多以前需要安裝插件才能實現的功能。如下文要說到的 Color Literal Image Literal Documentatio...
Xcode8 更新好多新特性,其中就增加了好多以前需要安裝插件才能實現的功能。如下文要說到的 Color Literal Image Literal Documentatio...
//設置tabbar背景色[[UITabBar appearance] setBarTintColor:[UIColor blackColor]]; //tabbarItem...