개발/iOS30 [iOS] Xcode의 시뮬레이터가 매우 느리게 동작할 때 해결법 How to speed up the iPhone simulator in Xcode I'm using Xcode 7.2. When I build/run my app on device, all objects and images move according to the speed I set in the code, everything moves quickly. However, on iPhone simulator in Xcode, everyt... stackoverflow.com 시뮬 → Debug → Slow Animations 체크 해제 해주면 된다. 처음에는 캐시를 삭제 해봤는데 안 먹히길래 ... 나의 작고 소중한 ... 맥북에어의 문제인 줄 알았다... ㅈㅅ... 2022. 1. 30. 스토리보드 없이 ViewController 불러오기 1. info.plist에서 Main 스토리보드에 대한 정보 제거 - Main storyboard file base name 삭제 2. Scene Delegate 파일에서 윈도우 설정해주기 import UIKit class SceneDelegate: UIResponder, UIWindowSceneDelegate { var window: UIWindow? func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { guard let windowScene = (scene as? UIWindowScene) else { return } window = .. 2021. 12. 26. 스크롤 안먹힐때 부제 - 감자의 실수... 🥔 오토레이아웃만 잡고 끝나는게 아니라 우선순위를 지정해줘야함 전체(약하게) - 들어갈 내용(강하게) 왜냐면 컨텐츠가 화면보다 크니까 늘어나는 것이기 때문에 !! 그리고 밑에 잘리지 않고 끝까지 나오도록 마지막 컨텐츠에는 bottom Constraint 잡아주는거 잊지마셈 2021. 11. 25. 이전 1 ··· 3 4 5 6 7 8 9 10 다음