05 2017 档案
摘要:_myAccount = [[UITextField alloc]init]; _myAccount.frame = CGRectMake(0, 0, 200, 100); _myAccount.backgroundColor = [UIColor clearColor]; [_myAccount.layer setCornerRadius:4]; //设置输入...
阅读全文
摘要://事例 CGRect alertFarm = CGRectMake(20,20,100,50); [self noticeAlert:_bgView withNoticeStr:@"登录成功" withFram:alertFarm]; //渐变提示 +(void)noticeAlert:(UIView*)view withNoticeStr :(NSString*)str withFra...
阅读全文
摘要:// // YKSHttpsRequest.m // YKShareSdkDemo // // Created by qingyun on 22/05/2017. // Copyright © 2017 qingjoin. All rights reserved. // #import "YKSHt
阅读全文