-
**Is your feature request related to a problem? Please describe.**
I'm able to implement TabView, however controls to UITabBarController are severely limited
**Describe the solution you'd like**
…
-
From testing on iOS 14.0.1, the actual description around tab bars differs slightly from what shows up in tests:
* The first item in the tab bar is prepended with "Tab Bar".
* In the case of fake …
-
I implement SWRevealViewController with UITabbarController via storyboard. I want to display SWRevealViewController in first UITabBarItem only, in other UITabBarItem i don't want to open SWRevealViewC…
-
I found QBSimpleSyncRefreshControl a problem or bug, when the drop-down switching TabBarPage animation runs then switch back to this page when the animation stops, I want to know why,thank you
-
I'm having problem with margins when I instantiate a view controller inside an async task.
When I do this, the view loads weird:
```
let priority = DISPATCH_QUEUE_PRIORITY_DEFAULT
dispatch_async…
-
My setup is UINavigationController > UITabbarController > UICollectionViewController. The pull to refresh works fine after following [#235](https://github.com/samvermette/SVPullToRefresh/issues/235) a…
-
1、环境
Flutter 1.22.6 • channel unknown • unknown source
Tools • Dart 2.10.5
Target Platform: iOS
2、问题
运行本工程中提供的iOS Objective-C demo,发现嵌入的flutter页面空白,debug发现以下代码的调用顺序有问题。
```
FBFlutte…
zox01 updated
3 years ago
-
Thoughts on adding a method that tells the user if a Screen was presented from the "More" tab in a UITabBarController?
Basically:
``` ruby
def more?
self.parentViewController.is_a?(UIMoreNavigati…
-
Given is my storyboard structure
![ekp5a](https://cloud.githubusercontent.com/assets/13945574/11015164/418f92ac-8579-11e5-9e28-357aa322c950.jpg)
On Push notifications I want to navigate to details s…
TR500 updated
9 years ago
-
### Description
Upon iPadOS 18's Dev Beta's release. They introduced a new way to navigate through various pages, "TabView". Although it can be useful, you can't really get rid of it in .NET MAUI.
…