搞事一:導(dǎo)航欄
1.導(dǎo)航欄高度變化
導(dǎo)航欄在iOS10之前都是默認(rèn)的64p湾笛,但是饮怯,到了iOS10就不單單是64p了,可以看一下系統(tǒng)的信息App迄本,在iOS11添加了大標(biāo)題,效果如下圖1:
圖1.png
navigationBar的結(jié)構(gòu)课竣,看圖2嘉赎、3置媳、4:
圖2.png
圖3.png
圖4.png
在上面三幅圖可以知道,在iOS11導(dǎo)航欄多了一個(gè)LargeTitleView公条,專門(mén)顯示大字標(biāo)題用的拇囊,整個(gè)導(dǎo)航欄的高度達(dá)到了96p,這不包括狀態(tài)欄的高度靶橱,也就是說(shuō)寥袭,整個(gè)app頂部高度達(dá)到了116p,其中statusbar=20关霸,title=44传黄,largetitle=52,不過(guò)默認(rèn)是64p队寇;當(dāng)然膘掰,iPhoneX的高度會(huì)更高點(diǎn),如果不顯示大字標(biāo)題佳遣,頂部的高度也達(dá)到了88识埋,statusbar=44,title=44零渐,如果顯示大字標(biāo)題窒舟,則高度變成了140,statusbar=44诵盼,title=44惠豺,largetitle=52,也就是說(shuō)拦耐,iPhoneX的劉海高度為24p耕腾,大字標(biāo)題如下圖:
2.導(dǎo)航欄的圖層變化
iOS11之前導(dǎo)航欄的title是添加在UINavigationItemView上面,而navigationBarButton則直接添加在navigationBar上面杀糯;如果設(shè)置了titleView扫俺,則titleView也是直接添加在navigationBar上面,如圖5:
圖5.png
在iOS11之后固翰,蘋(píng)果添加了新的類來(lái)管理狼纬,navigationBar會(huì)添加在_UIButtonBarStackView上面,而_UIButtonBarStackView則添加在_UINavigationBarContentView上面骂际;如果沒(méi)有給titleView賦值疗琉,則titleView會(huì)直接添加在_UINavigationBarContentView上面,如果賦值給了titleView歉铝,則會(huì)新生成_UITAMICAdaptorView盈简,把titleView添加在這個(gè)類上面,這個(gè)類會(huì)添加在_UINavigationBarContentView上面,如下圖6柠贤、7:
圖6.png
圖7.png
3.導(dǎo)航欄的邊距變化
在iOS11對(duì)導(dǎo)航欄里面的item的邊距也做了調(diào)整:
(1)如果只是設(shè)置了titleView香浩,沒(méi)有設(shè)置barbutton,把titleview的寬度設(shè)置為屏幕寬度臼勉,則titleview距離屏幕的邊距邻吭,iOS11之前,在iPhone6p上是20p宴霸,在iPhone6p之前是16p囱晴;iOS11之后,在iPhone6p上是12p瓢谢,在iPhone6p之前是8p畸写。
(2)如果只是設(shè)置了barbutton,沒(méi)有設(shè)置titleview恩闻,則在iOS11里艺糜,barButton距離屏幕的邊距是20p和16p;在iOS11之前幢尚,barButton距離屏幕的邊距也是20p和16p破停。
(3)如果同時(shí)設(shè)置了titleView和barButton,則在iOS11之前尉剩,titleview和barbutton之間的間距是6p真慢,在iOS11上titleview和barbutton之間無(wú)間距,如下圖8理茎、9:
圖8.png
圖9.png
4.App需要實(shí)現(xiàn)導(dǎo)航欄左右按鈕邊距為0
在iOS11之前黑界,可以設(shè)置一個(gè)width為負(fù)的navigationBarButton,將按鈕擠到邊緣皂林,變相實(shí)現(xiàn)0邊距的導(dǎo)航欄按鈕朗鸠,但是,這招在iOS11失效了础倍,原因在于_UIButtonBarStackView烛占,這個(gè)iOS9之后出來(lái)的,用來(lái)相對(duì)布局的組件沟启,限制了子view的布局忆家。那怎么搞呢?
想到的方法有幾個(gè):(1)在viewWillAppear里面德迹,將_UIButtonBarStackView取出來(lái)芽卿,直接設(shè)置它的x坐標(biāo)。(2)設(shè)置titleView胳搞,然后將button添加在titleView上面卸例,根據(jù)不同的邊距做偏移称杨。
方法一:遇到的問(wèn)題,在viewDidLoad筷转,viewWillAppear列另,viewWillLayoutSubviews,viewDidLayoutSubviews里面都取不到_UIButtonBarStackView旦装,只有在viewDidAppear里才能取到值,這樣就會(huì)在頁(yè)面顯示了之后才開(kāi)始移動(dòng)navigationBarButton摊滔,顯然這樣體驗(yàn)不好阴绢,所以,暫時(shí)pass掉艰躺。
方法二:這個(gè)做法完全可以做到0邊距呻袭,但是,問(wèn)題來(lái)了腺兴,就是點(diǎn)擊區(qū)域的問(wèn)題左电。因?yàn)樽笥襫avigationBarButton的點(diǎn)擊區(qū)域是超出父view的,所以页响,點(diǎn)擊不到篓足。這好辦,重寫(xiě)titleView的hitTest方法就好闰蚕。嘿嘿嘿栈拖,問(wèn)題沒(méi)有那么簡(jiǎn)單。之前在iOS11的圖層結(jié)構(gòu)就解釋過(guò)没陡,titleView會(huì)被添加在_UITAMICAdaptorView上面涩哟,而重點(diǎn)是,這個(gè)view也有邊距盼玄,所以贴彼,單單重寫(xiě)titleView的hitTest方法還不夠,那怎么解決呢埃儿?我的辦法就是寫(xiě)一個(gè)view的類別器仗,hook所有view的hitTest方法,在里面判斷是否是iOS11以上蝌箍,是否是_UITAMICAdaptorView類青灼,如果都滿足條件,則可以搞事了妓盲。??Demo
搞事二:列表的變化
1.automaticallyAdjustsScrollViewInsets
在iOS11之前杂拨,如果想要scrollView不偏移64p,則需設(shè)置automaticallyAdjustsScrollViewInsets=NO悯衬,但是這個(gè)屬性在iOS11直接被遺棄了??:
@property(nonatomic,assign) BOOL automaticallyAdjustsScrollViewInsetsAPI_DEPRECATED_WITH_REPLACEMENT("Use UIScrollView's contentInsetAdjustmentBehavior instead", ios(7.0,11.0),tvos(7.0,11.0));
所以弹沽,看一下contentInsetAdjustmentBehavior是何方神圣:
typedef NS_ENUM(NSInteger, UIScrollViewContentInsetAdjustmentBehavior) { UIScrollViewContentInsetAdjustmentAutomatic, // Similar to .scrollableAxes, but will also adjust the top & bottom contentInset when the scroll view is owned by a view controller with automaticallyAdjustsScrollViewContentInset = YES inside a navigation controller, regardless of whether the scroll view is scrollable UIScrollViewContentInsetAdjustmentScrollableAxes, // Edges for scrollable axes are adjusted (i.e., contentSize.width/height > frame.size.width/height or alwaysBounceHorizontal/Vertical = YES) UIScrollViewContentInsetAdjustmentNever, // contentInset is not adjusted UIScrollViewContentInsetAdjustmentAlways, // contentInset is always adjusted by the scroll view's safeAreaInsets} API_AVAILABLE(ios(11.0),tvos(11.0));/* Configure the behavior of adjustedContentInset. Default is UIScrollViewContentInsetAdjustmentAutomatic. */@property(nonatomic) UIScrollViewContentInsetAdjustmentBehavior contentInsetAdjustmentBehavior API_AVAILABLE(ios(11.0),tvos(11.0));
看起來(lái)這和iOS11搞的safeArea有關(guān)檀夹,這個(gè)先放一遍,看看怎么適配:
define adjustsScrollViewInsets_NO(scrollView,vc)\do { \ _Pragma("clang diagnostic push") \ _Pragma("clang diagnostic ignored "-Warc-performSelector-leaks"") \ if ([UIScrollView instancesRespondToSelector:NSSelectorFromString(@"setContentInsetAdjustmentBehavior:")]) {\ [scrollView performSelector:NSSelectorFromString(@"setContentInsetAdjustmentBehavior:") withObject:@(2)];\ } else {\ vc.automaticallyAdjustsScrollViewInsets = NO;\ }\ _Pragma("clang diagnostic pop") } while (0)
上面是公司里面一個(gè)大神寫(xiě)的策橘,這樣就可以在Xcode8上面跑了炸渡。
2.tableView默認(rèn)使用Self-Sizing
這個(gè)配合estimatedRowHeight、estimatedSectionFooterHeight丽已、estimatedSectionHeaderHeight使用蚌堵,可以預(yù)估高度。之前沛婴,設(shè)置高度為0時(shí)吼畏,需要設(shè)置height=0.1,才會(huì)起作用嘁灯,如果直接設(shè)置為0泻蚊,則會(huì)使用默認(rèn)高度,由于自動(dòng)使用預(yù)估高度丑婿,所以性雄,忽略了設(shè)置的高度,使原來(lái)的高度增大了羹奉。只要把這幾個(gè)屬性設(shè)置為0就可以解決秒旋。
搞事三:iPhoneX底部tabbar的高度改變
iPhoneX不止多了劉海,底部還有一個(gè)半角的矩形诀拭,使得tabbar多出來(lái)了34p的高度滩褥,不過(guò)不管導(dǎo)航欄和tabbar一般系統(tǒng)都會(huì)自動(dòng)適配safeArea。
iPhoneX tabbar.png