Quantcast
Channel: 睿论坛 - 最新话题
Viewing all articles
Browse latest Browse all 5732

applicationDidFinishLaunching:(id)application为什么不执行,难道是因为我是ios7上运行的缘故?

$
0
0

@llxyls wrote:

%hook SpringBoard

-(void)applicationDidFinishLaunching:(id)application
{
%orig;
NSLog(@"****");
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"liuqi" message:@"liuqiqiq" delegate:self cancelButtonTitle:@"cool" otherButtonTitles: nil];
[alertView show];
[alertView release];
}

%end
这是代码,应该没错啊?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 5732

Latest Images

Trending Articles



Latest Images