Difference between revisions of "SwiftUI"

From Lost In Wonderlands
Jump to: navigation, search
(H)
(How To fix)
 
(5 intermediate revisions by the same user not shown)
Line 53: Line 53:
 
== Topics ==
 
== Topics ==
 
== A ==
 
== A ==
=== A1 ===
+
 
==== A11 ====
+
=== Alignment and Alignment Guides ===
===== A111 =====
+
* https://www.answertopia.com/swiftui/swiftui-stack-alignment-and-alignment-guides/
====== A1111 ======
+
* https://developer.apple.com/forums/thread/662642
 +
* https://developer.apple.com/forums/thread/119704
 +
* https://www.hackingwithswift.com/books/ios-swiftui/alignment-and-alignment-guides
 +
* https://swiftui-lab.com/alignment-guides/
 +
* https://swiftwithmajid.com/2020/03/11/alignment-guides-in-swiftui/
 +
* https://www.javaer101.com/en/article/47821738.html
 +
* https://www.hackingwithswift.com/quick-start/swiftui/how-to-customize-stack-layouts-with-alignment-and-spacing
 +
 
 +
=== Alignment of Text issues ===
 +
* in list header Stack,
 +
* in Stacks
 +
** https://stackoverflow.com/questions/65704187/left-or-center-justifying-multiline-section-header-for-list-in-swiftui
 +
 
 
== B ==
 
== B ==
 
== C ==
 
== C ==
Line 68: Line 80:
 
=== How To fix ===
 
=== How To fix ===
  
* How to fix “Initializer 'init(_:rowContent:)' requires that ‘SomeType’ conform to 'Identifiable’
+
==== How to fix “Initializer 'init(_:rowContent:)' requires that ‘SomeType’ conform to 'Identifiable’ ===
** https://www.hackingwithswift.com/quick-start/swiftui/how-to-fix-initializer-init-rowcontent-requires-that-sometype-conform-to-identifiable
+
* https://www.hackingwithswift.com/quick-start/swiftui/how-to-fix-initializer-init-rowcontent-requires-that-sometype-conform-to-identifiable
 +
* https://stackoverflow.com/questions/58469479/how-to-resolve-the-error-initializer-init-idrowcontent-requires-that-s
 +
* https://developer.apple.com/documentation/swiftui/list/init(_:rowcontent:)-6uezx
 +
* https://www.hackingwithswift.com/forums/swiftui/trying-to-make-a-observable-object-with-an-array-of-codable-objects-to-be-able-to-reference-it-anywhere-in-my-app/6560
  
 
== I ==
 
== I ==
Line 122: Line 137:
  
 
== Blogs ==
 
== Blogs ==
 +
 +
* https://developer.apple.com/
 +
* https://developer.apple.com/forums/
 +
  
 
* https://www.hackingwithswift.com
 
* https://www.hackingwithswift.com
 
* https://www.avanderlee.com
 
* https://www.avanderlee.com
 
* https://www.raywenderlich.com/whats-new
 
* https://www.raywenderlich.com/whats-new
 +
* https://www.answertopia.com/
 +
* https://swiftui-lab.com/
 +
* https://swiftwithmajid.com/
 +
* https://www.javaer101.com/
 +
 +
 
* https://www.servicesmobiles.fr
 
* https://www.servicesmobiles.fr
  

Latest revision as of 03:54, 24 April 2021

Swift UI

NeXT Steps

 here everything has yet to be done !

coming soon :


Everything You Always Wanted to Know on Swift... (But Were Afraid to Ask) a collection of links of interest

See also



SwiftUI

Apple documentation


Topics

A

Alignment and Alignment Guides

Alignment of Text issues

B

C

D

E

F

G

H

How To fix

= How to fix “Initializer 'init(_:rowContent:)' requires that ‘SomeType’ conform to 'Identifiable’

I

info.plist

J

JSON

K

L

List , Swift UI list

M

N

O

P

properties wrappers

Q

R

S

T

V

W

X

Y

Z

Sample codes

Turorials

Articles

Blogs



Tools link

Books