-
Any chance will support macOS Catalyst? Thank you
-
reports] Main Thread Checker: UI API called on a background thread: -[UIViewController init]
When you call ImagePicker.openCropper directly, you will find that the ui thread pauses for 4-5 seconds …
-
当点击图片消失的时候会出现白色的背景,然后闪一下在消失
-
1. 如果Root是UITabBarController 的情况, appDelegate 中的方向给子控制去控制
![image](https://github.com/TheLittleBoy/HXRotationTool/assets/2427966/0aa6e3aa-a40b-4bb9-8e0e-8386ab7c6c9c)
2. 添加UITabBarVC的Catego…
-
Hello,
We are using Right Menu and the menu / reveal all seems to work OK. But, in addition to the right menu we still show iOS native back button to go back to the previous view controller the use…
-
```
- (IBAction)loginOnTheWebAction:(id)sender {
self.twitter = [STTwitterAPI twitterAPIAppOnlyWithConsumerKey:_consumerKeyTextField.text consumerSecret:_consumerSecretTextField.text];
…
-
I am using CAPSPageMenu for loading my view controllers and tableviews.in my tableview i created a button like this,
UIButton *addEdu = [[UIButton alloc]initWithFrame:CGRectMake(padding, 0, footerWid…
-
调试发现此时alertController的view高度为0,导致各子view都无法显示出来。
SPAlertController *alertController = [SPAlertController alertControllerWithTitle:nil message:nil preferredStyle:SPAlertControllerStyleActionSheet…
-
In my scenario, i have a view controller which is presented modally, this view controller has a player button, but when i attempt to play the video i get this error:
Warning: Attempt to present on w…
-
`RTRootNavigationController`增加
`- (NSArray *)previewActionItems
{
return self.topViewController.previewActionItems;
}`
`RTContainerController`增加
`- (NSArray *)previewActionItems
{
re…