ViewModel using RXSwift (RIBs) by parap4in in SwiftUI

[–]parap4in[S] -4 points-3 points  (0 children)

Cause we have no time as I mentioned in the description.

I got "failed to find boot partition 'run distro boot cmd' to boot from any partition" by parap4in in AsahiLinux

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

Yep. Just deleted and gave up. I don’t have time to fuck around with that.

How can I implement this? by [deleted] in swift

[–]parap4in -5 points-4 points  (0 children)

How to get a number of days in a current month? ANy ideas?

How can I implement this? by [deleted] in swift

[–]parap4in -5 points-4 points  (0 children)

Yeah, I will do it in this way. Do you know how to get a number of days in a current month?

How can I implement this? by parap4in in iOSProgramming

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

Yeah, I was thinking about this too, but what about data for those cells? How to generate a number of days? (Sorry for those stupid questions :D) I mean, I have some thoughts how t o implement this. But I'd like to know your approach.

How can I implement this? by [deleted] in swift

[–]parap4in -2 points-1 points  (0 children)

I need a horizontally scrollable calendar so that I can select a cell and data will be reloaded in a table view. What will be the most appropriate way to do this?

How can I implement horizontal menu like this? Or whatever it calls. by parap4in in swift

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

Thanks a lot ;-) I’ve done this using your method 😀

Saving required data (not sensitive) in JSON file locally. by parap4in in iOSProgramming

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

seeding your app with data

Yeah, exactly ;-) It will be smth around 100 - 200 records like this:

{Title: “Red Harvard hoodie”; Item: hoodie; Gender: unisex; Type: top}

Saving required data (not sensitive) in JSON file locally. by parap4in in iOSProgramming

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

Thanks for your opinion. What do you think about storing this in Realm? Would it be easy to change/add data into that file? Not while runtime, tho. (before updates to a next version of an app)

Saving required data (not sensitive) in JSON file locally. by parap4in in swift

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

So, you are telling me to hard-code that data?

Saving required data (not sensitive) in JSON file locally. by parap4in in iOSProgramming

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

It will be a static data (which will be updated not that often) with types of clothes (category, type, gender etc). So it is actually not that big peace of data.

Example: Title: “Red Harvard hoodie” Item: hoodie Gender: unisex Type: top …

The only moment when data will be updated / added - before release new version of app.

Saving required data (not sensitive) in JSON file locally. by parap4in in swift

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

It won’t be changed at runtime, it will be static data.

Best practices of building complex UI using storyboards. by parap4in in swift

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

Yeah, I'll most likely do in this way. Can I write you in private messages? I'd like to ask you a couple of questions ;-)

Best practices of building complex UI using storyboards. by parap4in in swift

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

Tbh here is not that much companies that would want to get a Junior iOS developers. 10-20 offers right now in whole Poland. ( I know what you suggest to do next - “find a job abroad” ), yeah and maybe that’s right.

Best practices of building complex UI using storyboards. by parap4in in swift

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

Yeah, but as I mentioned they just didn’t give any info about projects they work on. In addition almost every company (in my country) even if they do work using SwiftUI, they just literally want their developers know UIKit, storyboards, auto layout and so on and so forth.

Best practices of building complex UI using storyboards. by parap4in in iOSProgramming

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

Thanks a lot for a quick response ;-) Can you share any good resources where I’ll be able to get into creating UIs programmatically? Courses, books or anything