All Projects → LSRain → LSAdditions

LSRain / LSAdditions

Licence: MIT License
The Category of Commonly used controls and you can create a control quickly(Object, Control ...)

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to LSAdditions

Swiftuikitview
Easily use UIKit views in your SwiftUI applications. Create Xcode Previews for UIView elements
Stars: ✭ 398 (+2553.33%)
Mutual labels:  uikit, uiview
Instagramactivityindicator
Activity Indicator similar to Instagram's.
Stars: ✭ 138 (+820%)
Mutual labels:  uikit, uiview
Viewanimator
ViewAnimator brings your UI to life with just one line
Stars: ✭ 6,592 (+43846.67%)
Mutual labels:  uikit, uiview
TinderUISamples
[ING] - TinderのようなUIを様々な実装で実現してみる
Stars: ✭ 30 (+100%)
Mutual labels:  uikit, uiview
Depressurizer
A Steam library categorizing tool.
Stars: ✭ 1,008 (+6620%)
Mutual labels:  tools, category
Shadowview
An iOS Library that makes shadows management easy on UIView.
Stars: ✭ 391 (+2506.67%)
Mutual labels:  uikit, uiview
Gskstretchyheaderview
A generic stretchy header for UITableView and UICollectionView
Stars: ✭ 1,624 (+10726.67%)
Mutual labels:  uikit, uiview
UIView-SmoothCorners
An App-Store-safe way to enable smooth continuous corners on UIView that works on iOS 11, 12 and 13.
Stars: ✭ 91 (+506.67%)
Mutual labels:  uikit, uiview
Yourview
YourView is a desktop App in MacOS based on Apple SceneKit. You may use it to view iOS App's view hierarchy 3D.
Stars: ✭ 528 (+3420%)
Mutual labels:  tools, uiview
Framework Codeidea
System file classification
Stars: ✭ 289 (+1826.67%)
Mutual labels:  tools, uikit
Lvthemekit
App 多区域皮肤 UIKit Category
Stars: ✭ 75 (+400%)
Mutual labels:  uikit, category
RFKit
Toolkit for daily Cocoa development. Since 2012.
Stars: ✭ 20 (+33.33%)
Mutual labels:  uikit, category
Render
UIKit a-là SwiftUI.framework [min deployment target iOS10]
Stars: ✭ 2,150 (+14233.33%)
Mutual labels:  uikit, uiview
Wtsdk
开发项目积累的一些category、tools、自定义View,持续更新
Stars: ✭ 235 (+1466.67%)
Mutual labels:  tools, category
PREBorderView
A very simple Objective-C UIView category for specifying single-sided borders.
Stars: ✭ 18 (+20%)
Mutual labels:  uiview, category
biobakery
bioBakery tools for meta'omic profiling
Stars: ✭ 142 (+846.67%)
Mutual labels:  tools
mozitools
Mozi Botnet related tools helping to unpack a sample, decode a configuration and track active Mozi nodes using DHT.
Stars: ✭ 23 (+53.33%)
Mutual labels:  tools
SPPerspective
Widgets iOS 14 animation with 3D and dynamic shadow. Customisable transform and duration.
Stars: ✭ 271 (+1706.67%)
Mutual labels:  uikit
mnist-coreml
Simple convolutional neural network to predict handwritten digits using Keras + CoreML for WWDC '18 scholarship [Accepted]
Stars: ✭ 45 (+200%)
Mutual labels:  uikit
Selector-Closure
A light way to convert objc target-action style to closure
Stars: ✭ 14 (-6.67%)
Mutual labels:  uikit

LSAdditions

The Category of Commonly used controls and you can create a control quickly(Object, Control ...)

Support for commonly used controls or objects

Some UI controls and Foundation objects

  • "UIColor+LSAddition"
  • "UILabel+LSAddition"
  • "UIButton+LSAddition"
  • "NSAttributedString+LSAddition"
  • "NSObject+LSAdditon"
  • "UIScreen+LSAddition"
  • "UIViewController+LSAddition"
  • "UIView+LSAddition"
  • "NSString+LSAddition"
  • ...

Instructions

  • Add the header file - LSAddition.h

Usecocopod

pod 'LSAdditions'

Example

/// Set color
self.view.backgroundColor = [UIColor ls_colorWithHex:0xff0000];
/// create a button
[UIButton ls_textButton:@"buttonName" fontSize:14 normalColor:[UIColor ls_colorWithHex:0xff0000] selectedColor:nil];
. . .

Version record

  • June 13, 2017 ~> 0.0.1
  • June 17, 1717 ~> 0.0.2
  • July 04, 2017 ~> 0.0.3
    • Optimized code and added some encryption methods, such as md5, XOR...

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].