here is my secound post (how to manage localized strings in your project) have a look :D https://www.minds.com/hartig/blog/how-too-manage-localized-strings-in-your-project-1083423695357358080
Minds
How to manage Localized Strings in your Project
The plan is to create for each ViewController a Enum as collection for our Localized Strings Keys. For the start we need a protocol that sho...
https://gist.github.com/mariushartig/c0fea765c8ef993670c83209934a3dce Here is my Gist with some usefull Swift Extensions, if you want you can share your Extensions in our Swift Group https://t.me/Theswiftdevelopersdiskussion
Gist
a collection with usefull Swift Extensions
a collection with usefull Swift Extensions. GitHub Gist: instantly share code, notes, and snippets.
Hey Guys, the Swift Dev Channel have now 89 Members 🤩 Big thanks to eutampieri he supported me on Reddit 👌this is motivating me a lot specially in the current situation that we are in. I will start to structure my channel more and i will post on each Friday swift news and blog posts.
Reddit
From the swift community on Reddit: Telegram channel
Explore this post and more from the swift community
Hello Guys, here is my weekly update for you.
1. Because of Covid 19 we have more time as usually, use this time and get inspired of some nice Open Source Projects
2. NSHipster created a Documentation Tool for Swift
3. My two little Blog Post are now available on telegra.ph for nice reading experience with Instant View
https://telegra.ph/How-to-manage-Localized-Strings-in-your-Project-04-01
https://telegra.ph/Generics-Design-Patterns-03-31
1. Because of Covid 19 we have more time as usually, use this time and get inspired of some nice Open Source Projects
2. NSHipster created a Documentation Tool for Swift
3. My two little Blog Post are now available on telegra.ph for nice reading experience with Instant View
https://telegra.ph/How-to-manage-Localized-Strings-in-your-Project-04-01
https://telegra.ph/Generics-Design-Patterns-03-31
Dunebook
21 amazing Swift Opensource Projects - Dunebook
Swift Opensource projects, on the other hand, are best known for two uses: it gives beginners the opportunity to read and understand
When this code is executed, what value will num have ?
Anonymous Poll
20%
-16,777,216
8%
-255
68%
0
0%
16,777,216
0%
255
3%
This code will compile but crash
3%
This code will not compile
As you can see, there are two for loops, both operating on the data array. Which loop prints the most line ?
Anonymous Quiz
22%
Both loops print the same number of lines
48%
The first loop prints more lines than the second
13%
The second loop prints more lines than the first
9%
This code will compile but crash
9%
This code will not compile
Hello Guys, here is the weekly update.
With Vapor and the SwiftWebUI Framework i would be also a Web Developer ^^
Here is a update what Google is planing for Swift to have a Machine learning language.
This is a Blog Post about the future and the past of Swift.
I wish you a Happy Easter
With Vapor and the SwiftWebUI Framework i would be also a Web Developer ^^
Here is a update what Google is planing for Swift to have a Machine learning language.
This is a Blog Post about the future and the past of Swift.
I wish you a Happy Easter
GitHub
GitHub - SwiftWebUI/SwiftWebUI: A demo implementation of SwiftUI for the Web
A demo implementation of SwiftUI for the Web. Contribute to SwiftWebUI/SwiftWebUI development by creating an account on GitHub.
Hey guys, here is the weekly Swift update the last week i skiped the update because there was no intresting news.
this blog post is about a clean AppDelegate in comic style.
I tryed also this blog post out to use Swift on Linux with VSCode, you need a little bit time for the setup but if you did than you will see the extension works very greate for a Dev Version !!! 😄
this blog post is about a clean AppDelegate in comic style.
I tryed also this blog post out to use Swift on Linux with VSCode, you need a little bit time for the setup but if you did than you will see the extension works very greate for a Dev Version !!! 😄
Medium
Newbie’s journey on Cleaning up the Massive AppDelegate - Comic Style
The “Massive AppDelegate” is one of the occurring design issues that emerges when the iOS codebase and requirements grow.
Hello guys, here the weekly swift update.
To understand better SwiftUI i can recommend this post about fixed size modifier in SwiftUI.
Here is a nice overview about the layouting history in Swift.
Vapor 4 is in beta and here is a post about Websockets in Vapor 4
To understand better SwiftUI i can recommend this post about fixed size modifier in SwiftUI.
Here is a nice overview about the layouting history in Swift.
Vapor 4 is in beta and here is a post about Websockets in Vapor 4
Swift with Majid
The magic of fixed size modifier in SwiftUI
You may have seen some examples of fixed size modifier usage while trying to fix the issue with multiline text in SwiftUI. But do you know what exactly fixed size modifier does? How does it work? Today I want to talk about all the magic and power behind the…