yaypwdpwd no respring needed
This commit is contained in:
@ -36,9 +36,9 @@
|
||||
}
|
||||
|
||||
// send respring notification
|
||||
-(void)saveTapped {
|
||||
-(void)apply {
|
||||
[self.view endEditing:YES];
|
||||
CFNotificationCenterPostNotification(CFNotificationCenterGetDarwinNotifyCenter(), CFSTR("com.yaypixxo.cnon/respring"), NULL, NULL, YES);
|
||||
//CFNotificationCenterPostNotification(CFNotificationCenterGetDarwinNotifyCenter(), CFSTR("com.yaypixxo.cnon/respring"), NULL, NULL, YES);
|
||||
}
|
||||
|
||||
@end
|
||||
|
@ -42,9 +42,9 @@
|
||||
<key>cell</key>
|
||||
<string>PSButtonCell</string>
|
||||
<key>action</key>
|
||||
<string>saveTapped</string>
|
||||
<string>apply</string>
|
||||
<key>label</key>
|
||||
<string>Respring</string>
|
||||
<string>Apply</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
|
Reference in New Issue
Block a user