[CYDIA]Add a view to application
I need to show a subview in a tweak, I've been created the view but it only works on Springboard.开发者_StackOverflow社区 I can't add this view on the others application. I use this code:
[[[UIApplication sharedApplication] keyWindow] addSubview:hud];
Ideas?
精彩评论