💄 expand general section in preferences

This commit is contained in:
lillian rose winter 2019-11-26 09:07:37 -06:00
bovenliggende 7ec1e2f73e
commit 9d24598579
2 gewijzigde bestanden met toevoegingen van 24 en 0 verwijderingen

Bestand weergeven

@ -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

Bestand weergeven

@ -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>