Search
 
SCRIPT & CODE EXAMPLE
 

SWIFT

swiftui change form section color

Form {
    Section(header: Text("User Details")) {
         Text("Name:").background(Color.red)
         Text("Email:").foregroundColor(Color.red)
    }.listRowBackground(Color.green)
}
Comment

PREVIOUS NEXT
Code Example
Swift :: swift pdf thumbnail 
Swift :: change ui button swift 
Swift :: swift multiline string 
Swift :: swift change navigation bar title 
Swift :: swiftui font add 
Swift :: swiftui crop image 
Swift :: declaring optionals swift 
Swift :: swift paged scrollview get current page 
Swift :: swift uilabel dynamic height based on text length 
Swift :: swift split string into array of 2 characters 
Swift :: swift create an empty dictionary 
Swift :: view will appear 
Swift :: swift enum storyboard 
Swift :: swift reduce function 
Swift :: swift protocols 
Swift :: swift array in chunks 
Swift :: Create a Tuple 
Swift :: UIApplicationWillEnterForeground 
Swift :: dequeueReusableCellWithIdentifier returns nil 
Swift :: Assignment Operators Swift 
Swift :: Swift Print Variables and Strings together 
Swift :: Declare Constants in Swift 
Swift :: Swift Find Number of Set Elements 
Swift :: Swift Overriding Methods and Properties 
Swift :: Swift e Over enum Cases 
Swift :: Swift Logical Operators 
Swift :: xcode combine calayer into an image 
Ruby :: ruby string to date 
Ruby :: ruby get substring between two characters 
Ruby :: activerecord less than 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =