摘要:
- (void)textFieldDidBeginEditing:(UITextField *)textField{ self.transparentButton.hidden = NO;}- (BOOL)textFieldShouldBeginEditing:(UITextField *)textField{} 阅读全文
posted @ 2013-07-24 15:07
路在脚下,
阅读(123)
评论(0)
推荐(0)
摘要:
navigaitionController为空,那么 可以 用 自己 self来 present的, 阅读全文
posted @ 2013-07-24 14:54
路在脚下,
阅读(145)
评论(0)
推荐(0)
摘要:
均是 在沙盒目录,只是 在沙盒的 路径 不同,1, 项目 app 路径, NSString* path = [[NSBundlemainBundle] pathForResource:@"functionList.json"ofType:@""]; NSString* jsonString = [[NSStringalloc] initWithContentsOfFile:path encoding:NSUTF8StringEncodingerror:nil];2,document 目录+ (NSString*)documentDirectory{// 阅读全文
posted @ 2013-07-24 12:52
路在脚下,
阅读(154)
评论(0)
推荐(0)
摘要:
-(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{ return self.aArray.count;} 阅读全文
posted @ 2013-07-24 11:05
路在脚下,
阅读(124)
评论(0)
推荐(0)
摘要:
关于 模拟器是 my_mac 64-bit的 情况, 阅读全文
posted @ 2013-07-24 09:27
路在脚下,
阅读(111)
评论(0)
推荐(0)
摘要:
从产品需求,业务逻辑:一,录音1,录歌2,改歌(有3,4种方式)二,微博(音乐)1,发微博(其中一个入口是在 录完歌之后的 一个上传)2,转发3,漂流瓶(飘给陌生人的是,只飘给陌生人)4,留言,不是即时聊天的,三,招财帐户1,送花2,积分3,漂流瓶(一个一元)比较 唱吧,1,微博天生的宣传2,收费,盈利模式,招财帐户,注册一个会员 有提成的,他们 应该是 唱吧的 一个 迁移,升级,比较虾米,1,一个 针对 听众,唱歌的人 为名人,为的是 专门听歌服务的;名人已经不用再宣传自己了,2, 唱吧,招财铃 是 针对的 大众用户,听歌的人一般是大众,唱歌的人 也是大众,需要把唱歌的人 推到 一个比赛舞台 阅读全文
posted @ 2013-07-23 09:32
路在脚下,
阅读(284)
评论(0)
推荐(0)
摘要:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions- (void)checkLaunchOptions:(NSDictionary*)options{ if (!becomeActiveFirst || !options) { return; } UILocalNotification* local = [options objectForKey:UIApplicationLaunchOptionsLocalNotifi... 阅读全文
posted @ 2013-07-22 17:03
路在脚下,
阅读(574)
评论(0)
推荐(0)
摘要:
1,if ([selfnextDayIsComing]) { shouldNumber = trueNumber = 0; [TTCacheUtilwriteObject:[NSStringstringWithFormat:@"%d",trueNumber] toFile:@"trueNumber.plist"]; } shouldNumber = 0; for (int i=0; i<[totalNotificationArray count]; i++) { NotificationItem *item=[totalNotificationAr 阅读全文
posted @ 2013-07-22 16:50
路在脚下,
阅读(164)
评论(0)
推荐(0)
摘要:
options .............{ UIApplicationLaunchOptionsLocalNotificationKey = "{fire date = 2013\U5e747\U670822\U65e5\U661f\U671f\U4e00 \U4e2d\U56fd\U6807\U51c6\U65f6\U95f4\U4e0b\U53483\U65f646\U520635\U79d2, time zone = Asia/Shanghai (GMT+0800) offset 28800, repeat interval = 0, repeat count = UILoc 阅读全文
posted @ 2013-07-22 15:54
路在脚下,
阅读(477)
评论(0)
推荐(0)
摘要:
Undefined symbols for architecture i386:Undefined symbols for architecture armv7;"_CreateAudioEncoder", referenced from: thr_fn(void*) in AQRecorder-D567C3BBD89A5267.o 阅读全文
posted @ 2013-07-22 14:04
路在脚下,
阅读(212)
评论(0)
推荐(0)
浙公网安备 33010602011771号