This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I am an Android Developer and I am trying to teach myself IOS programming from past one month. The biggest drawback I have seen so far is IOS doesn't support backwards compatibility with new Swift API. So I guess even though apple provides Widget with new OS release however due to lack of support library. The only way to achieve consistency across different OS version is to implement the widget yourself. For example if I want to make an app which has Grid inside it. My best bet is to use a combination of HStack and Vstack rather than LazyGrid if I want to keep my app compatible with IOS 13 . This seems like a lot of work. How do you guys do it.
Subreddit
Post Details
- Posted
- 4 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/SwiftUI/com...