Giter Club home page Giter Club logo

ui7kit's Issues

UIProgressView

  • Dynamic patch
  • Flatten
  • initWithCoder
  • Bar style (Suppressed)

Pass appstore review

This library is accessing some private methods or attributes. This may cause review failure or not. Because we cannot sure which apis are safe and which others are not, try this to simple apps and collect the results.

Crash at jailbreaked iOS 5.1

  • (BOOL)needsUI7Kit {
    NSArray *versionParts = [self.systemVersion componentsSeparatedByString:@"."];
    NSInteger major = [versionParts[0] integerValue];//Crash at here about se
    return major < 7;
    }

-[__NSArrayM objectAtIndexedSubscript:]: unrecognized selector sent to instance 0xce4c4b0

Change to objectAtIndex: fixed it

UISwitch

  • Dynamic patch
  • Flatten
  • Animation

Not working with BlocksKit (cocoa pod)

Hi, really awesome stuff. One issue I found is there is some incompatibility if UI7Kit is installed as a cocoa pod with BlocksKit as a cocoa pod. Each work find separately but when installed in the same project numerous errors are reported.

screen shot 2013-07-21 at 2 49 57 pm

Crash in UI7TableView

Hi,
I got a small crash when testing this project (thanks, by the way!) on one of my apps:
In UI7TableView.m, l. 67: if the titleForHeaderInSection call returns nil, there is a crash.

Solution: Check if the title is nil before calling stringByAppendingString.

UI7Color issue

Duplicate interface definition for class UI7Color is the error that I am getting in UI7Color.h
screen shot 2013-08-02 at 7 35 12 am

"UIKitExtension/UIKitExtension.h" not found

I followed the exact steps mentioned in the example of test app:

Copy and paste this lines

git clone git://github.com/youknowone/UI7Kit.git
cd UI7Kit
pod install
open UI7Kit.xcworkspace # You should open xcwordspace

Below is the log:

WhoAmI:UI7Kit2 WhoAmI$ git clone git://github.com/youknowone/UI7Kit.git
Cloning into 'UI7Kit'...
remote: Counting objects: 874, done.
remote: Compressing objects: 100% (340/340), done.
remote: Total 874 (delta 528), reused 841 (delta 496)
Receiving objects: 100% (874/874), 10.58 MiB | 1.72 MiB/s, done.
Resolving deltas: 100% (528/528), done.
WhoAmI:UI7Kit2 WhoAmI$ pwd
/Users/WhoAmI/Desktop/UI7Kit2
WhoAmI:UI7Kit2 WhoAmI$ ls
UI7Kit
WhoAmI:UI7Kit2 WhoAmI$ cd UI7Kit/
WhoAmI:UI7Kit WhoAmI$ ls
LICENSE Resources UI7Kit.xcodeproj
Podfile UI7Kit UI7KitTestApp
README.md UI7Kit.png UI7KitTests
WhoAmI:UI7Kit WhoAmI$ pod install
Analyzing dependencies
Downloading dependencies
Installing FoundationExtension (0.36.2)
Installing KLSwitch (1.5)
Installing cdebug (0.1.1)
Generating Pods project
Integrating client project

[!] From now on use UI7Kit.xcworkspace.
WhoAmI:UI7Kit WhoAmI$ open UI7Kit.xcworkspace
WhoAmI:UI7Kit WhoAmI$

When I opened the UI7Kit.xcworkspace, in UI7Kit.h, it shows error "UIKitExtension/UIKitExtension.h" file not found.

I met exact the same issue when I tried to install it in my project.

UIStepper looking strange when transformed

I've transformed a UIStepper (because I can't set height) using

self.stepper.transform = CGAffineTransformMakeScale(1, 0.78);

But it looks very strange in iOS6, as you can see in the image.
ios simulator screen shot 23 07 2013 12 22 14

Global effects

  • Global tint
    • UI7Kit global tint
    • Integrated global tint
  • Global unhighlighting

Next Release

When do you plan to make a new release with the latest fixes?
Because my App is ready to release and I like to have the latest fixes included...

UITableViewCell(Accessor) bug on subclass

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[MyTableViewCell setTableView:]: unrecognized selector sent to instance 0xbe2e240'
the same thing happens with indexPath property

UITabBarController

Any plans to add an implementation for the UITabBarController styling?

Thanks for the great work!

UIButton

  • Dynamic patch
  • Move round-rect to system button
  • Button types
  • initWithCoder

Installation problem

i install cocoapods and cloning UI7Kit.

sudo gem install cocoapods
git clone git://github.com/youknowone/UI7Kit.git
cd UI7Kit
pod install

Сommand pod install print error:
[!] Unable to find a specification for FoundationExtension (~> 0.37.1).

Сommand pod setup print error:
[!] The master repo is not a git repo.

Please tell me where I'm wrong?

UITabBarController/Bar/Item

UITabBarController

  • Dynamic patch
  • Import UI7TabBar

UITabBar

  • Dynamic patch
  • Flatten
  • Import UI7TabBarItem
  • Add barStyle

UITabBarItem

  • Dynamic patch
  • Fine arrangement of bar buttons
  • System buttons
    • initWithSystemItem:
    • initWithCoder:
  • Badge icon

UITableView/Cell

UITableView

  • Dynamic patch
  • Section header
  • Flatten
    • Section header/footer title
    • Shadow of sections
    • Edit buttons
    • Delete button
  • Grouped table view
  • Static table view with interface builder

UITableViewCell

  • Dynamic patch
  • Flatten
  • Background
    • Shadow
  • Selected title properties
  • Accessories

UI7TextField

New UITextFiled patch makes UISearchBar uneditable

getting compile errors

Hi,
great stuff! But unfortunately I am getting compile errors when including this to my current App.
Errors in NSObjCRuntime.h, NSZone.h and NSObject.h all with same error, Parse issue expected identifier o unknown type name NSString...

Any idea what I am doing wrong? I followed the step in github how to include in existing project.

BR
-Jan

UIImage retina bug

it's just me or [UIImage imageByFilledWithColor:] downscales retina images?

Grouped TableView

Hi, great stuff.

The section header in a grouped tableview is not rendering correctly. Also, the table grid lines and input field lines are not showing. One image of correct "plain" tableview, the other of a "grouped" tableview.

screen shot 2013-07-21 at 3 22 42 pm
screen shot 2013-07-21 at 3 23 10 pm

UIStepper

  • Dynamic patch
  • Flatten
  • iOS5 support

UI7SearchBar

  • Dynamic patch
  • Flatten
  • initWithCoder:
  • square text field

UI7NavigationController/Bar/Item

UINavigationController

  • Dynamic patch
  • Import UI7NavigationBar
  • New view transition animation

UINavigationBar

  • Dynamic patch
  • Flatten
  • Import UI7NavigationItem
  • iOS7 transitaion animation

UINavigationItem

  • Dynamic patch
  • Import UI7BarButtonItem
  • Fine arrangement of bar buttons
  • iOS7 back button (Not faked)

UIToolbar

  • Dynamic patch
  • Flatten
  • initWithCoder

UIAlertView/UIActionSheet

UIAlertView

  • Dynamic patch
  • Flatten
  • Dim view
  • Seperators
  • Fine arrangement
  • Style
  • Text input
  • Showing Animation

UIActionSheet

  • Dynamic patch
  • Flatten
  • Dim view
  • Seperators
  • Fine arrangement
  • Style

UI7BarButtonItem

  • Dynamic patch
  • Flatten
  • System buttons
    • initWithSystemItem:
    • initWithCoder:

UISlider

  • Dynamic patch
  • Color theme
  • initWithCoder
  • Flatten

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.