- 博客(6)
- 收藏
- 关注
原创 iOS14.5 EspTouch udp广播发送数据时client: sendto fail, but just ignore it 如何解决
使用EspTouch udp广播的时候 iOS15是可以进行正常的发送数据 接收完成后续的操作,但是突然我们测试在iOS14.5以后的系统上面操作的时候,发现没有数据的返回,打印log发现在发送数据的时候会打印client: sendto fail, but just ignore it ,网上查找了好多方法,都是要更新到新的sdk 就会解决,但是更新到最新sdk问题依然存在,后来发现了要这样做:- (NSArray *) executeForResultsWithSsid:(NSString *)ap
2022-03-01 16:24:32 4772
原创 苹果开发者协议更新的解决方案
In order to access certain membership resources, you must accept the latest license agreement. First, you’ll need to update the mobile phone number associated with your Apple ID. Your mobile phone num...
2018-04-20 10:07:48 10153 4
原创 tabletableView的cell点击 跳转页面 出现延迟的状况
首先 ,要看好写的是不是- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath ;这个方法然后 如果是用navigation push 跳转一般不会出现延迟的问题如果你用的 present跳转页面的话 要是出现 点击一下 可能3
2016-09-22 14:42:22 639
原创 DateBase数据库中 怎么插入数组 怎么查找NSNumber型数据
// 创建表(绿色的变量为NSNumber型)- (void)creattablePresent { NSString *sqlStr = [NSString stringWithFormat:@"create table if not exists Present(number integer primary key autoincrement, name text,
2016-09-14 16:25:12 427
原创 tableView 带动collectionView
tableView 可以带动collection view 联动 左table 右collection 在点击的方法里写NSIndexPath*newIndex = [NSIndexPath indexPathForItem:0 inSection:indexPath.row]; [_collection scrollToItemAtIndexPath:newI
2016-09-14 11:13:40 265
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人