akuraru

49个库

AAMFeedback

适用于通用目的的 iOS 用户反馈组件。

许可证: BSD

  • Objective C

AKUAssetManager

轻松检查相机/照片的授权状态。

如果未允许访问相机或照片,此库将显示警告警报。

许可证: MIT

  • Objective C

AKUStoryboardEntry

帮助从 storyboard 加载 ViewController 的库。

许可证: MIT

  • Objective C

AKUTestKit

                   See each generator's header.

AKUTestKit.h AKUDateGenerator.h AKUFixedDate.h AKUInfinityList.h AKUListFunctional.h AKULoseDictionaryGenarator.h AKUNumberGenerator.h AKURandString.h AKURegularString.h AKUStringGenerator.h AKUChiSquaredTest.h

许可证: MIT

  • Objective C

AppStoreOpener

一个简单的函数,可以通过 AppID 打开 iOS 应用商店页面。

许可证: MIT

  • Objective C

AppVersioning

非常简单的应用程序版本管理库。

许可证: MIT

  • Objective C

ArsDashFunction

Objective-C 的数学功能工具包。

许可证: MIT

  • Objective C

ArsScale

D3.js 缩放功能的 Objective-C 版本。

许可证: BSD

  • Objective C

AZDateBuilder

简单的 NSDate 建造者库。

许可证: MIT

  • Objective C

AZEncodeURIComponent

AZEncodeURIComponent 转义以下字符以外的所有字符:字母,十进制数字,- _ . ! ~ * ' ( )

许可证: MIT

  • Objective C

AZNSDateKiwiMatcher

用于日期比较的 Kiwi 自定义匹配器。

许可证: MIT

  • Objective C

BlobURLOfUIImage

[iOS] 从 UIImage 创建NSURL。

许可证: MIT

  • Objective C

BlockValueTransformer

NSValueTransformer 的块基础 API。

许可证: MIT

  • Objective C

CounterAgent

简单的计数管理器(App 版本)

许可证: MIT

  • Objective C

CrayWebViewController

易于使用的常用 UIWebViewController。

许可证: MIT

  • Objective C

DateClay

此库将用于连接或切断 NSDate。

// 日期过滤信息 + (NSDate *)filteredDate:(NSDate *)date flag:(NSCalendarUnit)flag; + (NSDate *)dateIgnoreTimeWithDate:(NSDate *)date; + (NSDate *)dateIgnoreDayWithDate:(NSDate *)date;

// 日期合并信息 + (NSDate *)mergeDateWithDay:(NSDate *)day time:(NSDate *)time; + (NSDate *)mergeDateWithBaseDate:(NSDate *)baseDate unitFlag:(enum NSCalendarUnit)baseFlag anotherDate:(NSDate *)anotherDate unitFlag:(enum NSCalendarUnit)anotherFlag;

  • (NSDate *)day:(NSDate *)date nextWeekday:(NSInteger)weekday;

许可证: MIT

  • Objective C

DrowningGraphicer

CoreGraphics 包装库 - 处理 CGContextRef。

许可证: MIT

  • Objective C

EasyMailSender

通过 MFMailComposeViewController 轻松发送电子邮件。

许可证: MIT

  • Objective C

ErrorGen

创建具有描述的 NSError 的小型库。

许可证: MIT

  • Objective C

LupinusHTTP

LupinusHTTP 是一个 HTTP 网络库,包装 NSURLSession。

许可证: MIT

  • Objective C

ManagedMappingObject

将 NSManagedObject 转换为 NSDictionary(反之亦然)。

许可证: MIT

  • Objective C

MigrationViewController

这是更新时显示库的 CoreData 迁移。

许可证: MIT

  • Objective C

MochaAsyncTest

使用 mocha 的 done 风格进行异步测试。

许可证: MIT

  • Objective C

MuscleAssert

Objective-C 的计算表达式单元测试框架。

许可证: MIT

  • Objective C

NSDate-Escort

与 NSDate-Extensions API 兼容的 NSDate 工具库。

许可证: MIT

  • Objective C

NSDictionaryAsURLQuery

URLQueryBuilder 将 NSDictionary 转换为 URL 查询字符串。

许可证: MIT

  • Objective C

OPBitMaskNumber

[Objective-C] OPBitMaskNumber 处理位掩码。

许可证: MIT

  • Objective C

OpenFileInWebView

此库可打开(本地)文件在 UIWebView 中。

许可证: MIT

  • Objective C

OperationPromise

NSOperation(NSOperationQueue) 依赖关系管理库。

许可证: MIT

  • Objective C

PureViewIcon

Pure UIView 图标

许可证: MIT

  • Swift

RequestInMemory

[CoreData] 一次查询请求,您想执行多少次就执行多少次。

许可证: MIT

  • Objective C

RoleTabBarController

UITabBarController 模式库 - 与模式类似。

许可证: MIT

  • Objective C

SimplePanel

iOS: 简单的模态面板(ViewController 作为弹出窗口)库。

许可证: MIT

  • Objective C

SimpleUserDefaults

简单的 NSUserDefaults 管理库 - 使用属性访问 NSUserDefaults 键。

许可证: MIT

  • Objective C

SnoozeLocalNotification

Snooze UILocalNotification 库 - 重复本地通知。

许可证: MIT

  • Objective C

StoryboardInitializer

简单的Storyboard实用工具。

它处理 instantiateViewControllerWithIdentifier:

许可证: MIT

  • Objective C

TableViewAgent

封装 UITableViewDataSource 和 UITableViewDelegate 的库。

许可证: MIT

  • Objective C

TimeRange

TimeRange 提供功能以检查一个 NSDate 是否位于两个 NSDates 之间。

许可证: MIT

  • Objective C

ToolTipNavigation

这是一个用于管理 CMPopTipView 显示的库。例如,在教程中,您可以使用它来显示一系列流动的弹出提示。

许可证: MIT

  • Objective C

UIAlertView-NSErrorAddition

UIAlertView + NSError 类库。

许可证: MIT

  • Objective C

UIImage-Teeny

提供方法以便 UIImage 能够加载以 -568h 结尾的后缀图像。

许可证: MIT

  • Objective C

UITextFieldWithLimit

此 UITextField 子类添加了文本长度限制。

许可证: MIT

  • Objective C

UITextSubClass

UITextField/UITextView 子类库。

许可证: MIT

  • Objective C

XCTestCase+RunAsync

Mocha 的 done 风格异步测试用例。

许可证: MIT

  • Objective C

XCTestCase-RunAsync

[iOS] 使用 Mocha 的 done 风格编写异步测试用例。

许可证: MIT

  • Objective C

XUIRoundedRectButton

XUIRoundedRectButton 将 iOS6 SDK 中的 UIButton(UIButtonTypeRoundedRect) 前向迁移到 iOS7 SDK。

许可证: MIT

  • Objective C