Skip to content

StarSkyK/SilentKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SilentKit

CI Status Version License Platform

Introduce

A small and fast kit. It's like an airplane flying in silence. You don't even know it's there.

中文

一个快速小巧的kit,就像一架高速静默飞行的飞机,快,而且你又感觉不到

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

only Objective - C

中文

只能使用 Objective - C

Installation

SilentKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SilentKit','~>1.1.0'

使用

//推荐在在pch文件中
#import <SilentKit/SilentKit.h>

更新内容

v1.1.0 更新内容

  • STBaseTableView - 高效tableview 基础组件

v1.1.1 更新内容

  • STBaseButton - 一体化button组件

用例(example)

STBaseButton * btn = [[STBaseButton alloc] initWithFrame:CGRectMake(0, 0, 100, 100) 
title:@"测试" 
bgColor:UIColor.purpleColor 
clickEvent:^{
           	 	NSLog(@"test");
			  }
}];

Author

kailen, 1457877626@qq.com

License

SilentKit is available under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published