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

Crash happens during `dequeueReusableCellWithIdentifier:forIndexPath:` when iOS SDK overreleases object which was previously released by `setAndRetainVariable:forName:` from your FoundationExtension. ![screen shot 2016-08-18 at 18 10 12](https://cloud.githubusercontent.com/assets/458005/17798873/c443ebb4-65ff-11e6-9621-3c10559b24f9.png) 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...

bug

## UITabBarController - [ ] Dynamic patch - [x] Import UI7TabBar ## UITabBar - [x] Dynamic patch - [x] Flatten - [x] Import UI7TabBarItem - [x] Add barStyle ## UITabBarItem...

TODO

``` [buttonSubmit setTitleColor:[UIColor redColor] forState:UIControlStateHighlighted]; ``` this code not work, the color of HighlightedState is always in white;

bug

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

bug

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.