forked from yaypixxo/Kage
fix openURL deprication and use higher resolution twitter icon
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
url = [NSURL URLWithString:@"https://mobile.twitter.com/Ra1nPix"];
|
||||
}
|
||||
|
||||
[[UIApplication sharedApplication] openURL:url];
|
||||
[[UIApplication sharedApplication] openURL:url options:@{} completionHandler:nil];
|
||||
}
|
||||
|
||||
-(void)saveTapped {
|
||||
|
BIN
kageprefs/Resources/.DS_Store
vendored
Normal file
BIN
kageprefs/Resources/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
kageprefs/Resources/twitter@2x.png
Normal file
BIN
kageprefs/Resources/twitter@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user