Post

Replies

Boosts

Views

Activity

Reply to Programming languages
Language is often a personal choice. In Apple's world, there are 2 : Objective C and Swift. Some swear only by ObjC, other by Swift. IMHO, it is wise to become "expert" in one but also able to at least read and understand the other. This being said, my personal choice is Swift which is gaining momentum. But ObjC is to be there for a while.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’21
Reply to I can not open my inhouse on iOS 15 but it works on iOS 14
"XXXX" needs to be updated The developer of this app needs to update the app to work properly on this iOS version “XXXX”应用尚不兼容 iOS 15。 您需要加载更新或要求开发人员提供更新 如果这是您内部开发的应用程序,只需使用更新版本的 xcode 重新编译,最终是 XCode 13 beta "XXXX" app is not yet compatible with iOS 15. You need to load an update or ask the developer to provide one. If this is an app you developed inhouse, just recompile with a more recent version of xcode, eventually XCode 13 beta
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’21
Reply to Attachment in UITextView
Ok, I understand. I’ve thought about it, but can I place .xib into UITextView? No, you can't and that does not make much sense. Where would it be inside the text ? Do not insert the xib, but just an imageView: What you can do: embed UITextView in a UIView (or a stackView) insert imageView inside this UIView. set constraints to position as you want
Topic: UI Frameworks SubTopic: UIKit Tags:
Jun ’21