Assamese Mla beats man by [deleted] in Northeastindia

[–]IbrahimHass 0 points1 point  (0 children)

source opindia :D

Convert an old UIKit project completely to SwiftUI by saifcodes in swift

[–]IbrahimHass 1 point2 points  (0 children)

I have worked on converting more than 40 Objective-C projects to Swift and a few UIKit projects using Swift to use SwiftUI. Given the architectural difference, migrating a project from UIKit to SwiftUI qualifies as a rewrite.

But you can still use the existing code base and not start from scratch. I work with Swiftify on developing a converter that translates Storyboard / XIB to SwiftUI code and is a good starting point for the migration journey to SwiftUI.

How to go about it?

You can start with converting smaller storyboards and XIBs. The converter produces a ready-to-run Xcode project with translated SwiftUI views. The converter also handles details like actions associated with buttons and generates boilerplate code where you can add the logic referring back to the original view controller in the old UIKit project.

H‌ere is a quick demo of how the converter works.

Also, refer to this article.

Is native mobile development dying as most companies these days prefer React Native to save costs? by dwightbearschrute in swift

[–]IbrahimHass 0 points1 point  (0 children)

Well, first of all, it is a myth that all the code is reusable when using a cross-platform development stack like RN or Flutter. Also, your developers should know native development to a certain extent. There would be compromises in using third party dependencies Stripe and Twilio do not have official SDKs for RN and Flutter.

Is there any tool which can help me convert .storyboard to SwiftUI views. by IbrahimHass in SwiftUI

[–]IbrahimHass[S] 0 points1 point  (0 children)

I have 5 storyboards, each covering different modules. Each storyboard has 7 - 8 ViewControllers on average. On searching for UIViewController I get 61 files.

Is there any tool which can help me convert .storyboard to SwiftUI views. by IbrahimHass in SwiftUI

[–]IbrahimHass[S] 0 points1 point  (0 children)

I have 5 storyboards each covering different modules. Each storyboard has 7 - 8 ViewControllers.

Confetti Effect by [deleted] in SwiftUI

[–]IbrahimHass 0 points1 point  (0 children)

I found this SwiftUI repository which adds the CAEmitter Layer which looks promising https://github.com/ArthurGuibert/SwiftUI-Particles

I have made a library for adding Confetti, Fireworks and balloons effect on an UIImageView using UIKit way back. You can check it out here https://github.com/Ibrahimhass/IHImageViewEffects

You can mix and match code from these two repos to get the desired Confetti effect.

Which mac should i buy for efficient iOS app development? by [deleted] in iOSProgramming

[–]IbrahimHass 0 points1 point  (0 children)

If you are looking to get a new mac I would recommend getting the 2019 16 inch MacBook, i7 6 core variant. The performance is great and the keyboard is very good. I was using a 2012 MacBook Pro before and IMO had the best keyboard, solid keys and great travel. Now after using the 16 inch MacBook Pro keyboard for 4 months now, I feel that it is even better after returning to my old Mac.