akiroom

10pods

AXMetricPrefixFormatter

Convert NSNumber(Integer) to NSString with metric prefix. - 0 -> 0 - 987 -> 987 - 1200 -> 1.2K - 100834923 -> 101M - 10500000000 -> 10.5B - 1230000000000 -> 1.23T - -10200 -> -10.2K

License: MIT

  • Objective C

AXRatingView

Star mark rating view for a review scene. - Smooth rating (ex. 4.22 -> 4.23) - Step rating by 1.0 (ex. 3.00 -> 4.00) - Step rating by 0.5 (ex. 3.00 -> 3.50 -> 4.00) - Set other unicode character (not star character) - Set image - Set color - Editable & Not Editable - Easy to Get/Set. - Compatibility for iOS8, iOS9, iOS10 - Support Auto Layout

License: MIT

  • Objective C

AXResolvedAddress

AXResolvedAddress is easy way to get NSNetService#addresses result.

NSNetService *netService; [AXResolvedAddress addressesWithNetServiceAddresses:netService.addresses];

License: MIT

  • Objective C

AXSideButtonTabBarController

Simple Tab Bar Controller with Side Buttons. * Side buttons * Separators

License: MIT

  • Objective C

AXStretchableHeaderTabViewController

Stretchable header view + Horizontal swipable tab view - Stretchable header view. - Horizontal swipable tab view. - No header tab view.

License: MIT

  • Objective C

AXTableKeyboardChain

Super easy UITextField / UITextView chain in UITableViewCell by C-functions. It needs only one sentence.

License: MIT

  • Objective C

AXToggleTitleContainerController

View Controller with Toggling Title View, like the Pixiv for iOS. (This software has no relation with Pixiv)

License: MIT

  • Objective C

AXWireButton

UIButton with Wire / Border style. It looks good for iOS flat design

License: MIT

  • Objective C

MaterialDesignCocoa

Material Design UI Components for Cocoa. Material Design is introduced in Google I/O 2014. I hope that Google will release material desined UI Components for iOS. This library includes these components only. - Card - UIColor extensions - UIFont extensions

License: MIT

  • Objective C

UIView+AXNibInNib

UIView category extension to make nib in nib.

License: MIT

  • Objective C