08 2014 档案

摘要:#import @class ChatMessage;@interface ChatViewController : UIViewController- (IBAction)inputClick:(id)sender;- (IBAction)sendMessage:(id)sender;@prope... 阅读全文
posted @ 2014-08-08 09:44 土豪YY 阅读(441) 评论(0) 推荐(0)
摘要:#import #import "SRWebSocket.h"@interface ViewController : UIViewController//- (IBAction)SaveLogin:(id)sender;@property (weak, nonatomic) IBOutlet UIT... 阅读全文
posted @ 2014-08-08 09:42 土豪YY 阅读(369) 评论(0) 推荐(0)
摘要:- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ // Override point for customization aft... 阅读全文
posted @ 2014-08-08 09:40 土豪YY 阅读(258) 评论(0) 推荐(0)
摘要:#import "ChatViewController.h"#import "ChatMessage.h"#import "EGODatabase.h"#import "MessageCell.h"#import "MessageFrame.h"#import "IQKeyboardManager.... 阅读全文
posted @ 2014-08-05 10:56 土豪YY 阅读(351) 评论(0) 推荐(0)
摘要:设置cell高度- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{ NoticeMessage* msg = [arrayNoticeMessage obje... 阅读全文
posted @ 2014-08-05 10:55 土豪YY 阅读(2222) 评论(1) 推荐(0)