08 2014 档案
摘要:#import @class ChatMessage;@interface ChatViewController : UIViewController- (IBAction)inputClick:(id)sender;- (IBAction)sendMessage:(id)sender;@prope...
阅读全文
摘要:#import #import "SRWebSocket.h"@interface ViewController : UIViewController//- (IBAction)SaveLogin:(id)sender;@property (weak, nonatomic) IBOutlet UIT...
阅读全文
摘要:- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ // Override point for customization aft...
阅读全文
摘要:#import "ChatViewController.h"#import "ChatMessage.h"#import "EGODatabase.h"#import "MessageCell.h"#import "MessageFrame.h"#import "IQKeyboardManager....
阅读全文
摘要:设置cell高度- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{ NoticeMessage* msg = [arrayNoticeMessage obje...
阅读全文