摘要: 首先我们追踪UIStatusBar的触摸事件,需要在AppDelegate里面加入以下代码 然后在statusBarTouchedAction方法中将显示在当前keyWindow里面的scrollView滚动到顶部 [[DDTopWindow defaultDDTopWindow] scrollsT 阅读全文
posted @ 2016-12-27 15:51 D-Ben 阅读(2293) 评论(0) 推荐(0) 编辑
摘要: NSURL *url = [NSURL URLWithString:UIApplicationOpenSettingsURLString]; [[UIApplication sharedApplication] openURL:url]; 阅读全文
posted @ 2016-12-27 13:59 D-Ben 阅读(160) 评论(0) 推荐(0) 编辑
摘要: #import "DDJelloView.h" #define SYS_DEVICE_WIDTH ([[UIScreen mainScreen] bounds].size.width) // 屏幕宽度 #define SYS_DEVICE_HEIGHT ([[UIScreen mainScreen] 阅读全文
posted @ 2016-12-27 13:53 D-Ben 阅读(956) 评论(0) 推荐(0) 编辑
摘要: 一、什么是Apple Pay? 1. 概念 Apple Pay,简单来说, 就是一种移动支付方式。通过Touch ID/ Passcode,用户可使用存储在iPhone 6, 6p等设备上的信用卡和借记卡支付证书来授权支付; 它是苹果公司在2014苹果秋季新品发布会上发布的一种基于NFC的手机支付功 阅读全文
posted @ 2016-12-27 13:14 D-Ben 阅读(1086) 评论(0) 推荐(0) 编辑