-
The ETA label is the same size as the distance traveled label. It should be considerably larger as seen in #2569.
b30c71533e884bd807367690a06fbc569b5b5168 | 7866e550a9b363d2fe438669c2da2429361a4ce4…
-
When I using the previous methods '[ hud.activityIndicatorColor]' there are some 'warning'.But if I using the lastest method(Xcode gives me) to setup this method there is no effect.How should I setup…
-
### 🚧 Problem
Using NavigationController in SwiftUI, IOS 14 appears to break Keyboard avoidance.
**Mapbox Navigation SDK version:**
binary "https://api.mapbox.com/downloads/v2/carthage/mapb…
-
场景:目前项目有一个需求就是在项目里面 window的根控制器是QDTabBarViewController继承自 QMUITabBarViewController ,执行某个操作后push到ShopTabBarViewController : QMUITabBarViewController
QDTabBarViewController和ShopTabBarViewController有…
-
切换模式的时候遇到crash:
0 libobjc.A.dylib 0x0000000194dfc020 objc_retain + 16
1 UIKitCore 0x00000001995bfaf4 -[UIView+ 15215348 (Hierarchy) _setBackgroundColor:] + 31…
-
pod 'Google-Mobile-Ads-SDK', '7.55.1'
The details are as follows:
libobjc.A.dylib | method_getName + 4
-- | --
1 UIKitCore | __classWithImplementationOfSelector + 124
2 UIKitCore | _PushNextC…
-
Found in v0.21.0.
We have logic in our app that works around some theming issues if we're showing the `NavigationViewController` by doing the following:
1. `navigationViewController.view?.remov…
-
There is an issue inside PaginationView.init where it is always ignoring the passed pageIndicatorAlignment argument (assuming it is always nil is wrong). Also I don't understand this check `if axis ==…
-
App is working fine when running from local system but it got rejected from App Store as the app is crashing.
I've debug though the crashlog and found this issue.
```
Last Exception Backtrace:
…
-
It would be great to be able to set the Bootstrap style via UIAppearance. Something like that:
[[BButton appearance] setStyle:BButtonStyleBootstrapV2];