上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页
摘要: http://macpu.github.io/2015/11/12/iOS%E5%A6%82%E4%BD%95%E8%8E%B7%E5%8F%96%E8%93%9D%E7%89%99Mac%E5%9C%B0%E5%9D%80/ 阅读全文
posted @ 2017-02-20 15:33 xiaoxiaoxigua 阅读(703) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/ios4kerwin/p/5256808.html 阅读全文
posted @ 2017-02-20 15:27 xiaoxiaoxigua 阅读(1736) 评论(0) 推荐(0)
摘要: 硬件相关ibeacon https://www.aprbrother.com/ 阅读全文
posted @ 2017-02-20 15:20 xiaoxiaoxigua 阅读(188) 评论(0) 推荐(0)
摘要: + (UIImageView *)rotate360DegreeWithImageView:(UIImageView *)imageView{ CABasicAnimation *animation = [ CABasicAnimation animationWithKeyPath: @"trans 阅读全文
posted @ 2017-02-20 15:18 xiaoxiaoxigua 阅读(632) 评论(0) 推荐(0)
摘要: - (UIImage *)imageWithCornerRadius:(CGFloat)radius { CGRect rect = (CGRect){0.f, 0.f, self.size}; UIGraphicsBeginImageContextWithOptions(self.size, NO 阅读全文
posted @ 2017-02-17 15:49 xiaoxiaoxigua 阅读(119) 评论(0) 推荐(0)
摘要: - (NSArray *)rangesOfString:(NSString *)searchString inString:(NSString *)str { NSMutableArray *results = [NSMutableArray array]; NSRange searchRange 阅读全文
posted @ 2016-12-27 11:21 xiaoxiaoxigua 阅读(278) 评论(0) 推荐(0)
摘要: 1、需要引入#import <AVFoundation/AVFoundation.h>头文件, 2、在需要播放的地方添加: AudioServicesAddSystemSoundCompletion(kSystemSoundID_Vibrate, NULL, NULL, systemAudioCal 阅读全文
posted @ 2016-08-19 11:43 xiaoxiaoxigua 阅读(260) 评论(0) 推荐(0)
摘要: 程序被硬关闭后,只能执行这三个回调,而且必须写在appdelegate中,退出ibeacons信息区域时会有延时10秒左右,进入时无延时- (void)locationManager:(CLLocationManager *)manager didDetermineState:(CLRegionSt 阅读全文
posted @ 2016-07-27 17:32 xiaoxiaoxigua 阅读(587) 评论(0) 推荐(0)
摘要: 资源文件都是放在根目录下 1、index.html <html> <head> <title>My test Page</title> <link rel="stylesheet" href = "test.css" type="text/css"/> <script type = "text/ja 阅读全文
posted @ 2016-06-12 11:03 xiaoxiaoxigua 阅读(1194) 评论(0) 推荐(0)
摘要: http://macpu.github.io/2015/11/12/iOS%E5%A6%82%E4%BD%95%E8%8E%B7%E5%8F%96%E8%93%9D%E7%89%99Mac%E5%9C%B0%E5%9D%80/ 阅读全文
posted @ 2016-06-06 12:40 xiaoxiaoxigua 阅读(702) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页