iOS/이슈32 [iOS Issue] Shadow 관련 run time issue How to fix "Optimization Opportunities" I'm using xcode 12. I wrote extension UI View as below: @IBInspectable public var shadowRadius: CGFloat { get { return layer.shadowRadius } set { layer.shadowRadius = ne... stackoverflow.com UIView에 shadow를 입히고 UITableView에서 scroll 가능한 상태로 두면, runtime issue로 다음과 같은 warning이 뜨게 된다. UIView를 rendering할 때 shadow효과는 굉장히 expensive한 작업이고, scroll을 하게 되면 이동할 때마다 sh.. 2023. 1. 7. [iOS Issue] iOS12에서 Constraint의 priority 사용 시 크래시 발생 How can I change constraints priority in run time I have a view which has dynamic height and I am trying to change this view height priority in run time. Here is my part of code; if (index == 0) { surveyViewHeightConstraint.constant = 0; stackoverflow.com Apple Developer Documentation developer.apple.com constraint의 priority 설정 시에 iOS12에서 priority를 1000으로 설정할 경우 크래시가 발생한다는 내용이다. deleteButtonTop... 2022. 8. 17. [iOS Issue] CALayer의 contents의 image가 안보임 CALayer의 contents의 image가 안보임 CALayer's image not showing up I am trying to use CALayer to display an image, but the image is not showing up. I've verified that 'image' is not nil, image.size is correct, and layer.contents is a valid CABackingStore. - (void) stackoverflow.com 이슈라기 보단 내가 뭔가 CALayer의 원리 중 놓친 부분이 있어서 일어난 현상 같은데, 결과적으론 CALayer의 contents 사용 시 setNeedsDisplay()를 호출해서 image가 안 보였던 현상이다.. 2022. 6. 25. [iOS Issue] Undefined Symbol error Xcode build fails with Undefined symbols for architecture arm64: I got the following warning on Github CI when trying to build an iOS archive: ld: warning: ignoring file ios/myframework.xcframework/ios-arm64/myframework.framework/myframework, building for iOS-ar... stackoverflow.com Undefined Symbol error pod으로 받은 특정 프레임워크가 없다면서 빌드 시 build log에 아래와 같은 에러로그가 찍힘 Undefined symbols for architecture .. 2022. 6. 20. 이전 1 2 3 4 5 ··· 8 다음