-
-
Only tested on iOS
**Environment**
- CLI: 6.0.2
- iOS Runtime: 6.0.1
**Describe the bug**
UiNavigationBar can't be modified in `ActionBar.loadedEvent` event handler.
**To Reproduce**
Cr…
-
Hi,
I am getting the error after adding the activity bar.
```
override func viewDidLoad() {
super.viewDidLoad()
activity = ActivityBar.addTo(self)
activity.start()
}…
-
The first view controller in my `UINavigationController` has a transparent `UINavigationBar` (by setting the background image to `UIImage()`) with a dark image underneath - the status bar is set to `l…
-
@interface NewHotLineViewController : WMPageController h文件
以下是m文件 更改theme以后,下面的设置不能立即生效,需要左右滑动几次才能生效
-(void)viewWillAppear:(BOOL)animated
{
[super viewWillAppear:animated];
[self.navi…
-
Dears,
As you can see in the attached photo, after showing the side menu the navigation bar goes behind the status bar, this issue only happens in iOS 13, earlier versions don't have this issue
…
-
iOS 12 -[UINavigationBar fakeView]: unrecognized selector sent to instance 0x102831960'
-
Please see attached image. For some reason the back button hugs the left wall on my iPhone 14 pro. There's also no padding on the right side.
This started happening for us recently and it doesn't h…
-
the resulting navigation controller has a .normal mode colour even when night mode is enabled
```
func addPressed() {
let newItemView = AddItemViewController()
let nav = UINaviga…
halpz updated
5 years ago
-
When we set [[UINavigationBar appearance] setTranslucent:NO]; then transition not working perfectly...
Please fix this