viewController对scrollView contentInset的调整

时间:2019-07-15 13:03:38
【文件属性】:
文件名称:viewController对scrollView contentInset的调整
文件大小:45KB
文件格式:ZIP
更新时间:2019-07-15 13:03:38
scrollView 当view controller的automaticallyAdjustsScrollViewInsets值为YES时,viewController根据当前view中statusBar,navigaionTionBar,toolBar或者toolBar来自动调整scrollView的的contentInset和ContentOffset。使得scrollView的内容不会被这些Bar遮挡
【文件预览】:
testTableInNavigationVC
----testTableInNavigationVC.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(17KB)
--------xcuserdata()
----testTableInNavigationVC()
--------Assets.xcassets()
--------main.m(350B)
--------AppDelegate.h(293B)
--------AppDelegate.m(2KB)
--------Base.lproj()
--------otherViewController.m(1KB)
--------.DS_Store(6KB)
--------ViewController.h(349B)
--------Info.plist(1KB)
--------otherViewController.h(239B)
--------ViewController.m(3KB)
----testTableInNavigationVCUITests()
--------testTableInNavigationVCUITests.m(1KB)
--------Info.plist(733B)

网友评论