Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Elixxir dApps SDK Swift
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
Elixxir dApps SDK Swift
Merge requests
!119
Project 'elixxir/elixxir-dapps-sdk-swift' was moved to 'mobile/ios/elixxir-dapps-sdk-swift'. Please update any links and bookmarks that may still have the old path.
Example app version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Example app version
feature/example-app-version
into
development
Overview
0
Commits
3
Pipelines
0
Changes
2
Merged
Dariusz Rybicki
requested to merge
feature/example-app-version
into
development
2 years ago
Overview
0
Commits
3
Pipelines
0
Changes
2
Expand
Display app version in xx-messenger example
0
0
Merge request reports
Viewing commit
73f52d85
Prev
Next
Show latest version
2 files
+
5
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
73f52d85
Display app version on Welcome
· 73f52d85
Dariusz Rybicki
authored
2 years ago
Examples/xx-messenger/Sources/WelcomeFeature/WelcomeView.swift
+
4
−
1
Options
import
AppCore
import
ComposableArchitecture
import
SwiftUI
@@ -23,7 +24,9 @@ public struct WelcomeView: View {
NavigationView
{
Form
{
Section
{
Text
(
"xx messenger"
)
AppVersionText
()
}
header
:
{
Text
(
"App version"
)
}
if
let
failure
=
viewStore
.
failure
{
Loading