From 24b47d3dd70daf53ee4059b622f6729a2683a3d4 Mon Sep 17 00:00:00 2001 From: mrgsdev <157994617+mrgsdev@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:22:09 +0300 Subject: [PATCH] Update uikit@-7OW2IgiMk1eot1PaYd7m.md (#6042) * Update uikit@-7OW2IgiMk1eot1PaYd7m.md * Update src/data/roadmaps/ios/content/uikit@-7OW2IgiMk1eot1PaYd7m.md adding content from my draft PR --------- Co-authored-by: dsh --- .../ios/content/uikit@-7OW2IgiMk1eot1PaYd7m.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/ios/content/uikit@-7OW2IgiMk1eot1PaYd7m.md b/src/data/roadmaps/ios/content/uikit@-7OW2IgiMk1eot1PaYd7m.md index 031bb9a4f..c26e07e12 100644 --- a/src/data/roadmaps/ios/content/uikit@-7OW2IgiMk1eot1PaYd7m.md +++ b/src/data/roadmaps/ios/content/uikit@-7OW2IgiMk1eot1PaYd7m.md @@ -1 +1,9 @@ -# UIKit \ No newline at end of file +# UIKit + +UIKit provides a variety of features for building apps, including components you can use to construct the core infrastructure of your iOS, iPadOS, or tvOS apps. The framework provides the window and view architecture for implementing your UI, the event-handling infrastructure for delivering Multi-Touch and other types of input to your app, and the main run loop for managing interactions between the user, the system, and your app. + +Visit the following resources to learn more: + +- [@official@UIKit](https://developer.apple.com/documentation/uikit) +- [@article@Build Your First iOS App with UIKit](https://daily.dev/blog/build-your-first-ios-app-with-uikit-beginners-guide) +- [@video@Introduction to Programmatic UI - UIKit](https://www.youtube.com/watch?v=_U6_l58Cv4E)