A few thoughts on designing iOS layout

There was a slight change in concept of how I want my magic hours app main screen to look, comparing to what I’ve presented in my previous post. I’ve decided that timeline control would be, maybe, more suitable. So I had to finally deal with proper…

niedziela,

Localizing iOS app with SwiftGen

I came with my app development to a stage where I’m about to inform user about various things happening behind the scenes. This means that I have to present messages like: estimating current location, fetching weather forecast, etc. somewhere in the user interface. And this is the…

wtorek,

Fetching weather forecast in Swift

Yesterday I got really excited :) I’m talking about a feeling when you’re dealing with something which is still new for you, but at the same time you begin to understand how things are organised and what should be done to achieve the goal. I felt…

środa,

Getting off the beaten track

Every software developer has a set of programming habits that he or she has built over time. I’m talking about naming convention, code formatting rules, favourite language structures, design patterns, etc. Show me the code and I’ll tell you who of my work colleagues is…

poniedziałek,

Creating custom control in Swift

I spent last two evenings working on my app’s main screen. Again, Xcode was driving me crazy with random bugs that efficiently slowed me down ;) I needed to add an action by ctrl dragging element from storyboard to ViewController class. As I already…

środa,

Designing Magic hour’s app main screen

Today I focused on designing my application’s main screen. It’s going to be different than in my windows phone project. My previous app’s landing screen was in a form of a dashboard with tiles: Since I’m now able to calculate sunrise and sunset hours without going…

niedziela,

Calculating sunrise and sunset hours in Swift

After two days of struggle I came up with my application screen showing this :) There’s sunrise time in the first label and sunset time in the second. At least now I can see the pros of having emoji here :). Calculating these two is crucial for…

sobota,

Apples taken with a grain of salt

The weather outside is just too good to stay at home and code and yesterday was April Fool’s Day. So I decided that today’s post is going to be lightweight and not so serious. I’m going to make fun of Apple. A little bit ;) There’s…

niedziela,

Damn, it’s hard…

It’s hard to get used to the new IDE, new shortcuts, new programming language and the new OS at the same time. I feel like a kid who got lost in the woods. And it’s getting dark! Stay calm, don’t panic and try to…

środa,

Tuning my wordpress theme up

Two weeks ago I changed my wordpress theme. I created a child theme and made some quick adjustments, but still, there were some things that bothered me and that I needed to tune up. Today I am like 90% happy with the results. This is…

niedziela,

Tuples and enums in Swift are cool ;)

In my last entry I did complain a little about some of Swift wonders I have recently discovered, so today I’m going to look at the bright side of Swift, just to keep the balance ;) I’m going to focus on two data structures: tuples…

środa,

Trying to make friends with Swift

I finally managed to upgrade my mac to Sierra and was able to install the new version of Xcode. Hip, hip, hooray! I can go on now with the next chapters of my favourite App Development with Swift :) It’s worth to mention that the book is…

niedziela,

You can’t make an omelette without breaking a few eggs…

Things got a little complicated today. I bet you know the feeling when simple tasks escalate in time consuming issues, just like that, out of the blue. You try to find the solution, you find the solution, you follow the steps necessary to resolve…

środa,

Oops. I did it again…

I played with my theme, got lost in the game… and installed a brand new one ;) So yesterday I spent long hours tuning my new wordpress theme up :) Today I’m going to show you how to make small changes so that the theme’s layout meets your needs….

sobota,