UI7Kit
UI7Kit copied to clipboard
Backport flat-style UIKit from iOS7 to iOS5+
Crash happens during `dequeueReusableCellWithIdentifier:forIndexPath:` when iOS SDK overreleases object which was previously released by `setAndRetainVariable:forName:` from your FoundationExtension.  I know you don't have...
Note: i can't reproduce this bug,kinda random bug. When selected,icon shifts to a different position(it may even disappear from the visible view(bar item) frame) PS i assume there's a problem...
## UITabBarController - [ ] Dynamic patch - [x] Import UI7TabBar ## UITabBar - [x] Dynamic patch - [x] Flatten - [x] Import UI7TabBarItem - [x] Add barStyle ## UITabBarItem...
``` [buttonSubmit setTitleColor:[UIColor redColor] forState:UIControlStateHighlighted]; ``` this code not work, the color of HighlightedState is always in white;
Since April, I have no devices to test any patches anymore. Because I don't think this library has many users these days, I suggest a guideline for bugs and patches....
in : _tintColorUpdated->setTitleTextAttributes when i've set the tint color, the color to be display may be wrong. I think, the title state is not the 'UIControlStateHighlighted', may be the UIControlStateSelected,...
Reported from #33 Show new UI7AlertView from another UIAlertView event doesn't render the views correctly
I got the following error: ``` Undefined symbols for architecture i386: "_FBTokenInformationExpirationDateKey", referenced from: -[PFFacebookTokenCachingStrategy cacheTokenInformation:] in Parse(PFFacebookTokenCachingStrategy.o) -[PFFacebookTokenCachingStrategy expirationDate] in Parse(PFFacebookTokenCachingStrategy.o) -[PFFacebookTokenCachingStrategy setExpirationDate:] in Parse(PFFacebookTokenCachingStrategy.o) ``` Base on the...
I only install UI7PickerView to my project,and pick view doesn't show text. It's background is white and not translucent.