Batuhan Şenyüz
Results
2
issues of
Batuhan Şenyüz
### Description Hi Everyone, // Place this code after "[self.window makeKeyAndVisible]" and before "return YES;" UIStoryboard *sb = [UIStoryboard storyboardWithName:@"LaunchScreen" bundle:nil]; UIViewController *vc = [sb instantiateInitialViewController]; rootView.loadingView = vc.view; We...
Needs: Triage :mag:
Needs: Repro
Newer Patch Available
Needs: Attention
I need to do pip3 install on dockerfile. But I get this error without making any changes to the repository I pulled via git. What should be the solution? ```...