MKHorizMenuDemo icon indicating copy to clipboard operation
MKHorizMenuDemo copied to clipboard

Demo of MKHorizMenu a simple, drop-in replacement for the Three20 fame horizontal menus used in news apps

Results 5 MKHorizMenuDemo issues
Sort by recently updated
recently updated
newest added

The file “.app” couldn’t be opened because you don’t have permission to view it

hi, added support for custom text colors. both delegate methods are optional, with default color being white as it is now.

I have specific NavigationController, MKHorizMenu do not show! Example: MyController *torneiViewController = [[MyController alloc] init]; UINavigationController *torneiNavController = [[UINavigationController alloc] initWithRootViewController:torneiViewController]; self.tabBarController.viewControllers = [[NSMutableArray alloc] initWithObjects:myController, ..., nil]; Into MyController...

The dataSource is currently retained meaning that for most uses, a retain cycle is being created. dataSource should be a weak/assign reference just like a delegate.

how can I add badge like in uitabbar?