modified buttons for touch interfaces. The help screen has been modified to have all PSP button information removed. The layout of the buttons have been moved as has the size of the buttons.
This commit is contained in:
@@ -153,6 +153,9 @@ extern NSString *const kReachabilityChangedNotification;
|
||||
// Use to check the reachability of a particular IP address.
|
||||
+ (Reachability *) reachabilityWithAddress: (const struct sockaddr_in*) hostAddress;
|
||||
|
||||
// Use to check the reachability of the Google DNS Servers.
|
||||
+ (Reachability *) reachabilityForGoogleDNS;
|
||||
|
||||
// Use to check whether the default route is available.
|
||||
// Should be used to, at minimum, establish network connectivity.
|
||||
+ (Reachability *) reachabilityForInternetConnection;
|
||||
|
||||
Reference in New Issue
Block a user