@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