UI7Kit icon indicating copy to clipboard operation
UI7Kit copied to clipboard

Backport flat-style UIKit from iOS7 to iOS5+

Results 43 UI7Kit issues
Sort by recently updated
recently updated
newest added

Current behavior: The table view cells are white, where as the areas between the grouped table view cell sections are black and its headers and footers unreadable Expected behavior: Areas...

The frame is not correct when i edit the ABPersonViewController... ios6 ![img_0130](https://f.cloud.github.com/assets/1711945/2216582/31aaca2c-9a0d-11e3-8586-8d44efe31d28.PNG)

Hi, If I change the "back" button of my navigation bar, it style uses the iOS6 layout. Here is the code I use: self.navigationItem.backBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:NSLocalizedString(@"Back", nil) style:UIBarButtonItemStyleBordered...

bug

Hi, You finished the UI7PickerView.Why no UI7DatePicker?We would like that.

question

If using a UISegmentedControl with momentary=YES, the behavior is the same as with momentary=NO (after selecting a segment, it remains selected instead of reseting). From apple doc: // if set,...

bug

I follow the solution to "removing the text on back button" stated here: http://stackoverflow.com/questions/18870128/ios-7-navigation-bar-custom-back-button-without-title This solution works under iOS 7, but using UI7Kit under iOS 6, even the back arrow...

bug

I have discovered 2 problems in UI7SearchBar. The first one only happens when you add the bar to a view controller programmatically. 1. A white, rounded rect background as seen...

bug

Setup: ``` tabBarController = [[UITabBarController alloc] init]; Controller1* c1 = [Controller1 new]; Controller2* c2 = [Controller2 new]; UINavigationController* navCon = [[UINavigationController alloc] initWithRootViewController:c1]; [tabBarController addChildViewController: navCon]; [tabBarController addChildViewController: c2]; ```...

bug

Hi. I'm trying to use a partial dynamic patch with UI7SegmentedControll. The following code just not working :( "[UI7SegmentedControl patchIfNeeded];" Note, that the "[UI7Kit patchIfNeeded];" do work.

bug

``` // Assume [UI7Kit patchIfNeeded] called in main.m before NSApplicationMain [[UINavigationBar appearance] setTitleTextAttributes:@{ UITextAttributeTextColor : [UIColor blueColor] }]; // self.navigationController's view controllers all have correct text color. UIViewController *vc =...

bug