-
Attempting to create a styled tabBarItem in xml, results in UIView being allocated and assigned to filesowner.tabBarItem - I suspect a similar situation might occur for navigationItem
```
```…
-
I have a very simple app with a tab that has 5 tab bar items in it. I have two questions:
1. Is it possible to use SVG images as the icons?
2. Why is it that the icons for each tab bar do not become …
-
Hi bfeher,
I wanna ask a feature about custom badge view.
Or you could give some tips on implements it?
-
```
I am having trouble getting KIF to tap on a UITabBarItem. The title of the button is dynamic, so I have to use the accessibility label. However, the call to "tapViewWithAccessibilityLabel" work…
ghost updated
10 years ago
-
Scenario:
1. Launch WPiOS and log into a WPcom account.
2. Switch to the Reader tab.
3. Send the app to BG.
4. Kill the app.
5. Perform any action that would trigger a Push Notification.
6. Launch the…
-
I have been messing around a lot trying to get this to work by implementing UITabBarViewController delegate methods, but no luck. Trying to follow this guide:
https://github.com/boctor/idev-recipes/tr…
ghost updated
9 years ago
-
1. Launch the app in Portrait orientation
2. Rotate to Landscape
3. Scroll down to the bottom of the table view that lists board positions
Expected: All board positions are visible
Actual: Some board…
-
How can I style the Promotion tabbar?
Is it possible to do it with the help of Teacup for example?
-
Sollte nicht grau, sondern weiß mit bestimmten Alpha-Wert sein.
-
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
{
self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
if (self) {
// Custom initialization
…