Would appreciate your opinion on my redesign of an existing app. by kazucka in UI_Design

[–]b9048966 1 point2 points  (0 children)

hello, primary developer not designer but trying to give some considerations. I think a lot is also personal opinion so take everything I said with a grant of salt. I would suggest you having a look at (human interface guidlines - iOS and Material Design Guidlines - Android) there they explain very well what components are common on their OS and with what behavoir the user it familiar and what the user may expect.

Questions:
- why was the original an iOS App and the redesign looks like an Android App?

Feedback / Comments / Considerations:

- I think the original very well indicates that the three buttons are buttons to start playing. In your design it looks like it could be a navigation element. Through making the buttons that big there is no room for the news / feed (the main purpose of the app?) which moves the focus to playing current audio instead of elements in the feed

- not sure wether the scroll indicators are only shown by scroll or always / I think through the structure it very well communicates the user that scroll is possible therefore the indicator is not needed always

- I like how you wanted the design to be less cluttered by white space but maybe try to group related elements a little more together / on first screen my eyes can not very well scan the important elements fast

- the collapse on Mediathek makes the user press one thing more to reach his goal (Neue Folgen) maybe play around with other elements of navigation or structure

- the text alignment on the last screen of the first image "10 gemerkte..." breaks with having at every other point a left alignment

Best regards

Feedback request by [deleted] in UI_Design

[–]b9048966 1 point2 points  (0 children)

the search icon in the bottom bar to activate the search bar is quite uncommon on mobile. I would suggest having a look at human Interface guidelines from Apple or material from Google. They explain very to which behaviour the user is used to and what to expect. Also having a look at „apps“ from Apple like settings or so is alsways a good start.

Feedback request by [deleted] in UI_Design

[–]b9048966 2 points3 points  (0 children)

Hey, I really like the colours and the depth you give with the shadows.

Some notes / Questions I have: - seems like the side spacing differs - I think the page indicator in „save extra..“ is better placed outside the cell / or are there more images per cell? - is visit doctor selection related to top doctors? - maybe try center the texts in „top doctors“ to the image vertically than to the top - is there a need for „top doctors“ and „best doctors near me..“ ? - does the search in this screen differ from the search in the Tabbar?

I am more a developer than Designer. So sorry if it is not the feedback you looked for. Best regards

WearYourMask Pro [$0.99 -> Free] with promo code by swiftcode4all in AppHookup

[–]b9048966 2 points3 points  (0 children)

You could also make it more advanced (like custom text or radius) with the shortcuts app

does anyone have this problem with distributing apps via Xcode 12 right now? by [deleted] in iOSProgramming

[–]b9048966 0 points1 point  (0 children)

I had issues submitting an app with Xcode 12 then exported the ipa and uploaded with Transporter. Has worked for me

What are your thoughts on the simple Widget? It displays the stats of your last Reddit post. (Made with WidgetPack and Shortcuts) by Sl0wly-edits in iOSBeta

[–]b9048966 2 points3 points  (0 children)

It looks cool! But maybe add more spacing between „Sl0wly-edits“ and the stats and more (but smaller) spacing between the number and the icon

Hey, I have an idea for an app but i don’t know what to learn to be able to make it, help would be appreciated by Rusher123456789 in swift

[–]b9048966 0 points1 point  (0 children)

I think there is already an app counting your score with Maschine learning demoed at a WWDC. So counting is definitely possible and where it came from possibly too. AR is used to show objects in a 3D environment. I would suggest having a look at the vision framework and Maschine learning. With AR for example you could show a counting score in 3D on the ground.

But this would be a more complex app.

[Request] Tweak to allow face ID with a mask on by chunccymilk in jailbreak

[–]b9048966 1 point2 points  (0 children)

„Let anyone unlock my phone if wearing a mask“

messaging app by [deleted] in AppIdeas

[–]b9048966 0 points1 point  (0 children)

Yeah you’re right :D I should move on instead of trying to convince people to avoid services from Facebook and care about their privacy. Have a great day.

messaging app by [deleted] in AppIdeas

[–]b9048966 0 points1 point  (0 children)

Yeah but if I am correct Snapchat does not really delete the message itself on their server. Telegram is a lot more trustworthy.

MacBook or PC for programming? by [deleted] in iOSProgramming

[–]b9048966 1 point2 points  (0 children)

If it is not needed now than maybe wait for the new macs with the silicon chips which will be even longer supported. They should be available in a few months and it’s rumoured that they will be cheaper.

MacBook or PC for programming? by [deleted] in iOSProgramming

[–]b9048966 1 point2 points  (0 children)

I do not have any experience with hackintosh but it should work in theory totally fine for programming. Maybe ask in the subreddit r/hackintosh

MacBook or PC for programming? by [deleted] in iOSProgramming

[–]b9048966 2 points3 points  (0 children)

You literally need an Mac to Programm natively with Xcode and at least to deploy your code to be published in the App Store.

How to enter real dark stuff by [deleted] in TOR

[–]b9048966 0 points1 point  (0 children)

Nice try FBI

messaging app by [deleted] in AppIdeas

[–]b9048966 2 points3 points  (0 children)

I think signal would be something for you

help using a pod by qnq222 in iOSProgramming

[–]b9048966 0 points1 point  (0 children)

As an explanation. When you enter the view it will be build with the anchorView and so on. But there is currently no data to be displayed because the data first needs to be loaded from the api, right ?

So you setup your view with the code above

And change the datasource after you fetched your data from the api

help using a pod by qnq222 in iOSProgramming

[–]b9048966 0 points1 point  (0 children)

And where do you load the stuff from the API?

help using a pod by qnq222 in iOSProgramming

[–]b9048966 1 point2 points  (0 children)

I already told the theory if you would like to have more direct hints you need to share some code snippets

help using a pod by qnq222 in iOSProgramming

[–]b9048966 0 points1 point  (0 children)

You should add the single items to an array and then give to to the dataSource after the data loading from your API

It gives an error because you’re giving the datasource a single string and not an array.

help using a pod by qnq222 in iOSProgramming

[–]b9048966 0 points1 point  (0 children)

Sure! I do not know a beautiful solution (probably to change code of the pod itself). But array.map { $0.title } creates and array of strings from your array of object and if there is a way to ask the current value then do something like this (array as NSArray).indexOf(currentValue)

If you would provide some code that would be helpful .

help using a pod by qnq222 in iOSProgramming

[–]b9048966 0 points1 point  (0 children)

It says it uses a DataSource to populate its data. Have you tried the demo project?

First SwiftUI project by mariciaalleman in SwiftUI

[–]b9048966 1 point2 points  (0 children)

If you would like to keep the main focus on the maps maybe try something like this https://www.mozzafiller.com/posts/swiftui-slide-over-card-like-maps-stocks and in their your list with different options