UINavigation-SXFixSpace icon indicating copy to clipboard operation
UINavigation-SXFixSpace copied to clipboard

导航栏按钮位置偏移的解决方案,兼容iOS7~iOS15,可自定义间距

Results 7 UINavigation-SXFixSpace issues
Sort by recently updated
recently updated
newest added

RT,设置为13,左右各一个按钮,距离屏幕两边的间距变为了9,少了4px。系统为15.2,iphone x 系统15.1,无此问题,不像是15.0导致的,是否是iphone13的问题?

最近收到谷歌奔溃统计,显示在此奔溃率挺高的,你能知道问题所在吗?急急急... ![image](https://user-images.githubusercontent.com/36830202/67646416-04dd3900-f969-11e9-8820-c9ac0e60aa51.png)

0 CoreFoundation -[NSInvocation invokeSuper] + 88 1 libobjc.A.dylib objc_exception_throw + 60 2 CoreFoundation -[__NSCFCalendar __findMatchingDate:afterStartDate:matchingComponents:goingBackwards:findLastMatch:options:] + 728 3 Foundation -[NSProgress _notifyRemoteObserversOfValueForKeys:] + 248 4 UIKitCore -[_UIStatusBarDisplayItemState updatePlacement] + 292 5...

https://blog.csdn.net/spicyShrimp/article/details/78201042 这篇博客中描述的方案是修改layoutMargins,但目前的实现又回到了修改约束吗?