bidm
bidm
hello i want some demo like ios system desktop apps . it can move and combine to one item. thank you!
Thanks for sharing i have a TableView. must use 4 differentc TableViewCell and the TableViewCell have 3 different CollectionViewCell like this how can i to do ? Best Wishes!
as we know iPhone use KeyChain can share data/passport in different apps ? UICKeyChainStore how ? thank you!
效果正是想要的 不能支持storyboard创建cell吗?
hello i write in your demo like this UIMenuItem *item1 = [[UIMenuItem alloc] initWithTitle:@"noImage" action:@selector(itemClick)]; UIMenuItem *item2 = [[UIMenuItem alloc] initWithTitle:@"haveIamge" action:@selector(itemClick) image:[UIImage imageNamed:@"camera"]]; [UIMenuController sharedMenuController].menuItems = @[item1, item2]; i...