一個(gè)區(qū)分度很大的面試題 考察一個(gè)面試者基礎(chǔ)咋樣,基本上問一個(gè) @property 就夠了: @property 后面可以有哪些修飾符? 線程安全的:atomic,nonato...
思路真清晰啊
iOS偽轉(zhuǎn)場動(dòng)畫iOS偽轉(zhuǎn)場動(dòng)畫 本人在簡書作者BOC提供的思路下來實(shí)現(xiàn)一些動(dòng)畫效果。Github:https://github.com/JonHory/TransitionLearning...
Xcode8 更新好多新特性,其中就增加了好多以前需要安裝插件才能實(shí)現(xiàn)的功能。如下文要說到的 Color Literal Image Literal Documentatio...
Xcode8 更新好多新特性,其中就增加了好多以前需要安裝插件才能實(shí)現(xiàn)的功能。如下文要說到的 Color Literal Image Literal Documentatio...
//設(shè)置tabbar背景色[[UITabBar appearance] setBarTintColor:[UIColor blackColor]]; //tabbarItem...