Skip to content

Commit 0648c2e

Browse files
committed
fixed links opened in the new tab
1 parent 1621d4b commit 0648c2e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

assets/articles/0047-introduction-to-swiftui-for-nativescript/introduction-to-swiftui-for-nativescript.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
= Introduction to SwiftUI for NativeScript
22

3-
Building user interfaces declaratively is something the Web community has widely adopted, and nowadays, large applications are built following these principles. For example, Google launched https://developer.android.com/jetpack/compose[Jetpack Compose], and Apple announced https://developer.apple.com/xcode/swiftui[SwiftUI] at https://developer.apple.com/videos/play/wwdc2019/204/[WWDC19], receiving an immensely positive response from developers.
3+
Building user interfaces declaratively is something the Web community has widely adopted, and nowadays, large applications are built following these principles. For example, Google launched https://developer.android.com/jetpack/compose[Jetpack Compose, window=_blank], and Apple announced https://developer.apple.com/xcode/swiftui[SwiftUI, window=_blank] at https://developer.apple.com/videos/play/wwdc2019/204/[WWDC19, window=_blank], receiving an immensely positive response from developers.
44
5-
Here at https://valor-software.com/[Valor Software], we are always excited about new advancements in development technologies, and we are fans of NativeScript. We collaborated with https://nstudio.io/[nStudio] to provide an effective and enjoyable SwiftUI integration for iOS apps driven by NativeScript.
5+
Here at https://valor-software.com/[Valor Software, window=_blank], we are always excited about new advancements in development technologies, and we are fans of NativeScript. We collaborated with https://nstudio.io/[nStudio, window=_blank] to provide an effective and enjoyable SwiftUI integration for iOS apps driven by NativeScript.
66
77
In this article, we'll demonstrate how to use SwiftUI within NativeScript to explore fun new possibilities in building amazing UIs together.
88
@@ -15,7 +15,7 @@ In this article, we'll demonstrate how to use SwiftUI within NativeScript to exp
1515
1616
Modern iOS development is primarily done using the Swift programming language. SwiftUI uses a declarative syntax—you state what your user interface should do.
1717
18-
I recommend taking the official https://developer.apple.com/xcode/swiftui[SwiftUI tour], to get familiar with the basic concepts
18+
I recommend taking the official https://developer.apple.com/xcode/swiftui[SwiftUI tour, window=_blank], to get familiar with the basic concepts
1919
2020
== Create a NativeScript app
2121
We can create an app using a standard TypeScript template:

0 commit comments

Comments
 (0)