1
0
Fork 0

💄 expand general section in preferences

Esse commit está contido em:
lillian rose winter 2019-11-26 09:07:37 -06:00
commit 9d24598579
2 arquivos alterados com 24 adições e 0 exclusões

Ver arquivo

@ -27,4 +27,14 @@
}
}
- (void)openReddit {
if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"reddit://"]]) {
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"reddit:///u/lilyshibe"] options:@{} completionHandler:nil];
}
else {
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://reddit.com/u/lilyshibe"]];
}
}
@end

Ver arquivo

@ -10,6 +10,12 @@
<key>label</key>
<string>hanahaki</string>
</dict>
<dict>
<key>cell</key>
<string>PSStaticTextCell</string>
<key>label</key>
<string>hanahaki - 2019 lillian rose winter</string>
</dict>
<dict>
<key>cell</key>
<string>PSButtonCell</string>
@ -18,6 +24,14 @@
<key>label</key>
<string>twitter: @lilyshibe</string>
</dict>
<dict>
<key>cell</key>
<string>PSButtonCell</string>
<key>action</key>
<string>openReddit</string>
<key>label</key>
<string>reddit: u/lilyshibe</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>