Swiftpack.co - Swift Packages by isaced

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by isaced

isaced/ISEmojiView 0.3.4
Emoji Keyboard for iOS
⭐️ 496
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.3.4
1 year ago
- Fix countOfRecentsEmojis not work #76 ```swift /// The max number of recent emojis, if set 0, nothing will be shown. Default is 50. public var countOfRecentsEmojis: Int = MaxCountOfRecentsEmojis ```
0.3.3
1 year ago
- Made delete button optional & make recent emojis public. [#72](https://github.com/isaced/ISEmojiView/pull/72) @justinmann
0.3.2
1 year ago
- Fixed the Podspec's double opinion on version. #71 @tladesignz
0.3.1
1 year ago
- #69 Make properties overwritten with "public" actually public @tladesignz
2 years ago
- Swift Package support and basic SwiftUI support. #67
0.2.6
4 years ago
- Support Dark Mode for iOS 13 #58 - Added missing emoji #55 ![dark mode](https://user-images.githubusercontent.com/2088605/72206611-10052700-34cb-11ea-8bd0-51e95863c393.png)
0.2.5
4 years ago
fix: category icon failed to load in Carthage #45
0.2.4
4 years ago
- fix: crash when `countOfRecentsEmojis` set 0 (11ad5d894e19dc09e4afee39d9255539ac906674)
0.2.3
4 years ago
- fix: click area problem #21 #17 - fix: recent emoji can't select skin tone #49
0.2.2
4 years ago
- Added new emojis for iOS12 #47 (@R0uter)
iOS
isaced/V2exAPI 1.1.1
V2ex API 的 Swift 封装,支持 iOS/macOS (A V2ex API wrapper for iOS/macOS, built with Swift)
⭐️ 46
🕓 33 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.1.1
33 weeks ago
- Model 添加支持 Hashable 协议
1.1.0
1 year ago
- 增加 API:回复列表 `/api/replies/show.json` (无需认证) - `nodesList` 接口支持自定义 `fields` 等其他参数
1.0.3
1 year ago
- 开放 URLSession 实例用于更多定制化(如 Proxy)
1.0.2
1 year ago
- 获取回复列表接口 (replies) 增加回复者头像字段 `avatar`
1.0.1
1 year ago
- 修复部分类型声明问题
1.0.0
1 year ago
第一个正式版本发布,API 覆盖度 100%。 ### V1 | 接口 | 路径 | 进度 | |------|-------------------------|-----| | 最热主题 | /api/topics/hot.json | ☑ | | 最新主题 | /api/topics/latest.json | ☑ | | 节点信息 | /api/nodes/show.json | ☑ | | 用户主页 | /api/members/show.json | ☑ | ### V2 | 接口 | 路径 | 进度 | |----------------------|--------------------------------|---------| | 获取最新的提醒 | notifications | ☑ | | 删除指定的提醒 | notifications/:notification_id | ☑ | | 获取自己的 Profile | member | ☑ | | 查看当前使用的令牌 | token | ☑ | | 获取指定节点 | nodes/:node_name | ☑ | | 获取指定节点下的主题 | nodes/:node_name/topics | ☑ | | 获取指定主题 | topics/:topic_id | ☑ | | 获取指定主题下的回复 | topics/:topic_id/replies | ☑ |
0.0.2
1 year ago
添加接口: - 获取指定节点 `nodes/:node_name` - 获取指定主题 `topics/:topic_id` > V2 完成度 50%
0.0.1
1 year ago
iOS macOS watchOS tvOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics