文章列表
- (void)registerForKeyboardNotifications
{
//添加自己做为观察者,以获取键盘显示时的通知
[[NSNotificationCenter defaultCenter] addObserver:self
UIScrollView 原理详解
ScrollView
UIScrollView
UIScrollView为了显示多于一个屏幕的内容或者超过你能放在内存中的内容。
Scroll View
// Reachability.h 2.0
#import <Foundation/Foundation.h>
#import <netinet/in.h>
#import <SystemConfiguration/SystemConfiguration.h>
typedef enum {
NotReachable = 0,
ReachableViaWiFi,
ReachableViaWWAN
} NetworkStatus;
#define kReachabilityChangedNotification @"kNet ...
问题1:
XCode4.6.3 下,引入Reachability.h时出现“Declaration of 'struct sockaddr_in' will not be visible outside of this function”
解决办法:
引入“#import <netinet/in.h>”