V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  newkengsir  ›  全部回复第 1 页 / 共 2 页
回复总数  22
1  2  
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 实现发朋友圈功能??新人求 指教。
...
2016-11-09 10:34:45 +08:00
回复了 newkengsir 创建的主题 问与答 西窗烛 iOS App
@hustlzp 但是我已经不能编辑了
2016-11-09 10:27:27 +08:00
回复了 newkengsir 创建的主题 问与答 西窗烛 iOS App
@hustlzp 也希望可以更新一下新代码 哈哈 [捂脸]
2016-11-09 10:26:51 +08:00
回复了 newkengsir 创建的主题 问与答 西窗烛 iOS App
2016-11-02 11:39:36 +08:00
回复了 newkengsir 创建的主题 北京 iOS 活动推荐 免费领取 DevLink 开发者大会门票
@Olivia 不好意思,我错了
2016-11-02 11:09:53 +08:00
回复了 newkengsir 创建的主题 北京 iOS 活动推荐 免费领取 DevLink 开发者大会门票
@feelapi 有的,等待明晚的抽奖~ 在新浪抽奖平台公布结果
2016-10-12 14:21:12 +08:00
回复了 newkengsir 创建的主题 iDev 高仿支付宝 9.x 版本首页
https://github.com/seedotlee/AlipayIndexDemo 代码,原作者:@lisi1987
2016-10-12 14:20:19 +08:00
回复了 newkengsir 创建的主题 iDev 高仿支付宝 9.x 版本首页
@lisi1987 被你识破了 你也玩这个的哈哈。。。。好尴尬,不过还好, code4app 也有 github 地址 稍等,我再附上 github 地址
2016-09-26 15:25:37 +08:00
回复了 newkengsir 创建的主题 iDev CAGradientLayer
谢谢您的支持
2016-09-22 09:54:43 +08:00
回复了 kengsir 创建的主题 iDev 浪起来的头像
哈哈哈 好的建议不
2016-09-21 09:21:03 +08:00
回复了 kengsir 创建的主题 iDev 浪起来的头像
- -
1  2  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5924 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 41ms · UTC 02:20 · PVG 10:20 · LAX 19:20 · JFK 22:20
Developed with CodeLauncher
♥ Do have faith in what you're doing.