newkengsir 最近的时间轴更新
newkengsir

newkengsir

V2EX 第 190626 号会员,加入于 2016-09-06 14:59:45 +08:00
Hero 是一个用于构建 iOS 视图控制器转换的库
iOS  •  newkengsir  •  2017-01-04 18:45:09 PM  •  最后回复来自 TomorJM
1
[iOS 代码分享] VR 全景播放器的 Demo,用 Swift 配合 OpenGL ES 实现的
iOS  •  newkengsir  •  2016-12-07 18:22:59 PM  •  最后回复来自 spice630
1
分享最近收集的几个动画效果
iOS  •  newkengsir  •  2016-12-03 13:47:47 PM  •  最后回复来自 fhefh
4
OC/Swift 实现的功能强大的界面布局框架
iOS  •  newkengsir  •  2016-11-30 15:22:32 PM  •  最后回复来自 Zero24
6
BeeHive 是用于 iOS 的 App 模块化编程的框架实现方案
iOS  •  newkengsir  •  2016-11-23 21:50:49 PM  •  最后回复来自 expkzb
11
messager
Apple  •  newkengsir  •  2016-11-12 09:27:40 AM  •  最后回复来自 wclebb
1
[Swift] expanding-collection
问与答  •  newkengsir  •  2016-11-10 10:36:24 AM
newkengsir 最近回复了
2017-05-03 23:08:58 +08:00
回复了 hiwower 创建的主题 杭州 日子过于平淡。。好难受
感觉卤煮是缺少运动
2017-01-09 20:28:56 +08:00
回复了 warcraft1236 创建的主题 MacBook Pro Mac 版本的 Chrome 经常崩溃
我也是!!!!!
2017-01-04 17:26:29 +08:00
回复了 wangleineo 创建的主题 iPhone 有没有觉得 iPhone4S 比现在的 iPhone 更流畅?
哈哈 你开心就好
2017-01-04 17:24:49 +08:00
回复了 Ministor 创建的主题 Apple 1.6 出骚红色的耳机 带价来
............ 800 收
2016-12-02 11:06:29 +08:00
回复了 newkengsir 创建的主题 iOS 分享最近收集的几个动画效果
@zrp1994 OK 你看这样的如何,大家都可以参与进来! https://github.com/CodeForApp/Code4AppGithubStars
2016-11-23 15:53:34 +08:00
回复了 newkengsir 创建的主题 iOS BeeHive 是用于 iOS 的 App 模块化编程的框架实现方案
```
func didReceive(_ response: UNNotificationResponse,
completionHandler completion: @escaping (UNNotificationContentExtensionResponseOption) -> Void) {

if response.actionIdentifier == Identifiers.cancelAction {
let request = response.notification.request

let identifiers = [request.identifier]

// Remove future notifications that have been scheduled
UNUserNotificationCenter.current().removePendingNotificationRequests(withIdentifiers: identifiers)

// Remove any notifications that have already been delivered so we're not cluttering up the user's notification center
UNUserNotificationCenter.current().removeDeliveredNotifications(withIdentifiers: identifiers)

// Visual feedback that notification has been cancelled
speakerLabel.text = "🔇"
speakerLabel.cancelShake()

completion(.doNotDismiss)
}
else {
completion(.dismiss)
}
}
```
2016-11-23 15:53:21 +08:00
回复了 newkengsir 创建的主题 iOS BeeHive 是用于 iOS 的 App 模块化编程的框架实现方案
func didReceive(_ response: UNNotificationResponse,
completionHandler completion: @escaping (UNNotificationContentExtensionResponseOption) -> Void) {

if response.actionIdentifier == Identifiers.cancelAction {
let request = response.notification.request

let identifiers = [request.identifier]

// Remove future notifications that have been scheduled
UNUserNotificationCenter.current().removePendingNotificationRequests(withIdentifiers: identifiers)

// Remove any notifications that have already been delivered so we're not cluttering up the user's notification center
UNUserNotificationCenter.current().removeDeliveredNotifications(withIdentifiers: identifiers)

// Visual feedback that notification has been cancelled
speakerLabel.text = "🔇"
speakerLabel.cancelShake()

completion(.doNotDismiss)
}
else {
completion(.dismiss)
}
}
2016-11-23 15:53:02 +08:00
回复了 newkengsir 创建的主题 iOS BeeHive 是用于 iOS 的 App 模块化编程的框架实现方案
2016-11-09 10:41:30 +08:00
回复了 yivanus 创建的主题 奇思妙想 如何利用 hook 实现发朋友圈功能??新人求 指教。
...
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2874 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 13:05 · PVG 21:05 · LAX 06:05 · JFK 09:05
Developed with CodeLauncher
♥ Do have faith in what you're doing.