Ich habe gerade meine iOS App „Medistock“ veröffentlicht 🚀

Ein einfacher Health Medikamenten-Tracker mit Erinnerungen zum Nachbestellen — gebaut, weil ich selbst so etwas gebraucht habe.

• Kein Login
• Kein Tracking
• Alles lokal gespeichert

Ich freue mich über euer Feedback!
https://apps.apple.com/de/app/medistock/id6761656004

#IndieDev #BuildInPublic #iOSDev #AppLaunch #HealthTech #SwiftU

MediStock‑App – App Store

Lade „MediStock“ von Christian Krause im App Store herunter. Sieh dir Bildschirmfotos, Bewertungen und Rezensionen, Benutzertipps und weitere Apps wie „…

App Store

It is mindbogglingly amazing how convoluted it is to implement image drag-and-drop support in a macOS app.

You got it working for images you drag from the finder? Nice! Wonder if it will work for images you drag from Safari... nope! You need to use a totally different method.

And the best thing is you can't tell beforehand which case you are handling so you need to try both to see which works!

#Apple #swiftu #ios #macOS

This weekend was challenging for me. I attempted to implement streaks counting, but I failed. It seems like a simple feature, but it’s not, or I overcomplicate things. I still get errors from #SwiftU or #SwiftData framework without clear reasons.
#BuildInPublic #IndieDev #iOSDev
Have added nice color dots to the calendar #agendus #iosdev #indiedev #swiftu #ios

Топ 3 необычных вопроса на собеседовании iOS разработчика

За последний год я прошел около 100 собеседований. Количество явно немалое и есть чем поделиться. Спустя несколько собеседований 70-80% вопросов начинают повторяться, но некоторые заставляют тебя задуматься и откладываются в памяти. Вот такими вопросами я и решил поделиться в своей статье.

https://habr.com/ru/articles/778314/

#Swift #swiftu #reference_type #ios #разработка_приложения #собеседование #interview #вопросы_на_собеседовании #оффер #айти

Топ 3 необычных вопроса на собеседовании iOS разработчика

Когда ты устраиваешься на новую работу - собеседование является неотъемлемой частью твоего пути. Ты наверняка прочитал уже много разных ресурсов на эту тему и вопросом value vs reference type тебя не...

Хабр

SwiftUI really just doesn’t have any good method of navigation…

If you want o do anything roughly custom the entire navigation system falls apart.

#swiftu #swift #iosdevelopment

Experimenting progress view overlay based on the values in EnvironmentObject. This way I can trigger the overlay from any container view.

#SwiftU