-
I'm not sure for naming and other details, but just adding code like that will add this option:
```
if ([NUISettings hasProperty:@"selection-indicator-image" withClass:class_name])
{
[bar setSele…
-
If I use UITabBar and UINavigationController programmatically there is an issue with MFSideBarMenu.
The sideMenuController doesn't appear if there are more than one TabBarItem.
Code :
- (BOOL)appli…
-
Hi,
I have a few little problems with binding a string value to the badge property of uitabbaritem.
To make this work, I had to add a MvxBindingTouchTabBarViewController for the binding function.
A…
-
Hi,
I'm trying to move all the formation stuff inside it's own separate controller,
but I couldn't see any examples, I'm using a UITabBarController in my app_delegate,
and the controller that it incl…
-
Currently using a tabbarcontroller with an IIViewDeckController, however, the tabbaritem image does not appear.
In the viewcontroller:
init:
self.tabbaritem.image = [UIImage imagedNamed:@"example.png…
-
I use the code below to create a tab bar with three view controllers (three tabs), each with a navigation controller. The various view controllers (beginning with "Q") are UITableViewControllers. It w…
-
-
If you want to use a different color than the default, now you can.
Use the next syntax:
self.appSettingsViewController.doneButtonColor = [UIColor colorWithRed:114.f/255.f green:158.f/255.f blue:111…
-
Hi,
I've copied the tab bar version from app example in my project.
I can see the settings I've put in setting.bundle (root.plist), and now I can`t link in IB the delegate with the ViewController, so …