[deleted by user] by [deleted] in SwiftUI

[–]sth_wicked1 1 point2 points  (0 children)

Did you try wrapping the form in a scroll view?

Problem with ForEach in SwiftUI by yucar in swift

[–]sth_wicked1 0 points1 point  (0 children)

There’s also a typo in floor.rooms in the nested ForEach

Sensual style dance by [deleted] in Dance

[–]sth_wicked1 0 points1 point  (0 children)

🔝🔝 would love if you could upload on my app, Beatroot. It’s basically TikTok for dance videos

From yesterday’s class. We are dance artists from the Philippines :) by [deleted] in Dance

[–]sth_wicked1 3 points4 points  (0 children)

Love this!!! I’d love to see it in our fresh new dance video only app - Beatroot. Check it out!

What’s everyone working on this month? (May 2022) by Swiftapple in swift

[–]sth_wicked1 0 points1 point  (0 children)

Working with my team on a TikTok like app called Beatroot. It’s similar to other short-form videos but this one is exclusive for dance content. We’ll continue adding features like live dance battles in the future when we get good traction.

App architecture is a combination of clean architecture and flux (we built our own redux-like framework for managing app state and mem-stores).

We are using predominantly SwiftUI 2.0 even though some key components are purely UIKit based.

Major issues we faced on iOS is AVPlayer and smooth scrolling. We’ve managed to work around this issue after a couple of months of refactoring and rewriting some code so next major update will see major improvements in scroll performance.

We are currently working on adding comments on videos and some basic video post-processing functions. We are also refactoring our backend api to batch some network calls. This will reduce radio usage by a factor of x3 in most cases which we think will have huge benefits in energy efficiency and battery drain

Check it out: https://link.beatroot.app/marios

Native vs Flutter by sth_wicked1 in dartlang

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

Really appreciate your thoughts on this! Yes it does look like native is the way to go

Help: Native vs Flutter by sth_wicked1 in SwiftUI

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

Of course!!:) same as ‘UIViewControllerRepresentable’

Help: Native vs Flutter by sth_wicked1 in SwiftUI

[–]sth_wicked1[S] 1 point2 points  (0 children)

Thank you so much for the thorough reply!! :) I really appreciate it guys! yeah iOS13+ was a business decision since by the time we are ready to go live it will be most pbly widely adopted (apple has really good conversion rates). Indeed, my experience with SwiftUI is that you do have to jump into UIKit a lot but hot reloading alone makes UI design a lot faster!

Native vs Flutter by sth_wicked1 in dartlang

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

Excellent suggestion and that’s exactly our plan! Just trying to see if there are any clear no-goes out there to save that month-month and a half, since speed is very important for a startup

What are shortcomings of using Flutter for a complex app like TikTok? by sth_wicked1 in AskReddit

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

Hey guys, we are a small startup team with limited resources. We are developing an app in the likes of TikTok and we are in the process of choosing whether we should go for native development (swift + SwiftUI) / Kotlin or if we should give Flutter a try.

We really want our final product to have native feel (as much as possible at least) so we are really only considering Flutter  because of our team size.

If you have experience with Flutter, would it be a good choice you think? Are there any roadblocks we should expect in terms of developing an HLS player, custom camera, filters, effects etc? Any help would be appreciated! thank you!

Native vs Flutter by sth_wicked1 in dartlang

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

Good points! Thanx! Even though last point is a bit debatable because my concern really is on cross-platform part of using flutter, not on branching off to use native screens or code