• Twitter
  • Twitter
  • Twitter
  • Twitter
Ordinary Coding
  • Articles
  • Tips
  • Topics
  • Support
  • 1 Jun 20205 min

    Continuous Integration and Delivery

    A few years back it was pretty common to run tests or create release builds locally on your machine. Everyone knows nowadays it wasn’t smart to do so. In this article, we will cover the reasons of that, review a few tools and pick the best one.

    • ci/cd
    • general
  • 25 Mar 20205 min

    Diffable Data Sources

    Applying animated changes to the collections and table views used to be a real pain but since iOS 13 it has been way easier. Do you want to know how? Let's dive in!

    • swift
    • ios
    • ui
  • 18 Mar 20208 min

    Creating animations with UIKit and Core Animation

    What our app would be without animations? Quite boring I guess so need to bring some life to them. Let's deep a little bit more into it and see how to create animations using Core Animation and UIKit frameworks.

    • ios
    • swift
    • ui
  • 25 Feb 202013 min

    iOS Developer interview questions 2020

    Are you having an interview for iOS position any time soon and want to prepare? Or maybe you are on the other side of the desk and need some questions to interview candidates? It's good to know answers for those questions either way, even just for yourself.

    • ios
    • swift
    • objective-c
  • 17 Feb 20205 min

    Managing toolchains in Xcode

    Have you ever wanted to be one the first developer to give new swift improvements, fixes and features a try? It's quite easy to do. This week let's dive into using alternative toolchains in Xcode and command line.

    • swift
    • xcode
  • 3 Feb 20205 min

    Search View in SwiftUI

    Can you imagine an application with a lot of data that does not have any way to search for specific content? Neither do I! SearchBar does not come with the SwiftUI framework though and we need to do a few extra steps to implement it. Read this week's article to get to know two techniques that you can use.

    • swift
    • swiftui
    • ui
  • 27 Jan 20205 min

    SwiftUI masks and overlays

    Great and beautiful user interfaces are not just about animations and you do not have to be a designer to create great UI. We can use some quick tips that thanks to SwiftUI are easy to achieve and were not that often used with UIKit as it wasn't comfortable to use.

    • swift
    • swiftui
    • ui
  • 22 Jan 20204 min

    Creating your own custom file header

    Do you wish it was possible to change the default file header provided by Xcode? Thankfully, it is! Let's do it together.

    • swift
    • xcode
  • 17 Jan 20207 min

    Making your life easier with Stencil

    Code generation is not quite as popular as it should be. It helps to avoid a lot of errors, especially if you need to do simple but tedious tasks where a single typo can guarantee you a headache for a few hours.

    • swift
    • automation
  • 2 Jan 20209 min

    Generating static website

    Do you miss the old good times when HTML and CSS were enough to write a website? So did I! In this article, I am taking a closer look at John's Plot, Ink and Splash for writing HTML in Swift.

    • swift
    • website
    • html
  • 8 Nov 20185 min

    Configuring MacOS for iOS development

    Are you a fresh iOS/macOS developer? Or maybe are you looking for some improvements in your workflow? Check this article out to find out what I usually use for development.

    • macos
    • configuration
    • ios
  • 24 Sep 201810 min

    Flutter — my thoughts and impressions — PART V [FINAL]

    And the Flutter journey is almost done. It's the last one article in this series about Google's framework. In this article I will create more advanced widgets and show you pros and cons from my point of view.

    • flutter
    • watermaniac
  • 3 Sep 20185 min

    Flutter — my thoughts and impressions — PART IV

    Flutter it not just about the widgets though. Knowledge about iOS and Android might be required as well. Let's see how to use some of native functions in an app created in Flutter.

    • flutter
    • watermaniac
  • 27 Aug 20188 min

    Flutter — my thoughts and impressions — PART III

    To create great and stable application we need to understand core concepts. In this article I will present you my way to navigation, architecture and where to store the data.

    • flutter
    • watermaniac
  • 20 Aug 20188 min

    Flutter — my thoughts and impressions — PART II

    In my second article about Flutter let's dive a little bit more into it - Set up the environment and our first widget!

    • flutter
    • watermaniac
  • 13 Aug 20186 min

    Flutter – my thoughts and impressions — PART I

    Flutter is a new framework for building mobile apps. In this articles serie I will try to show you what I think about Flutter and will build my first Flutter app.

    • flutter
    • watermaniac
  • 7 Aug 20189 min

    Creating custom Siri Shortcuts

    Using voice to call some actions from our app or show certain informations - feels weird? Kinda, but it might be really useful.

    • swift
    • ios
    • ui
  • 3 Aug 20187 min

    Swifty CoreData

    You probably already heard about CoreData, it's quite undervalued API that can improve our applications by a lot when used correctly. Let's dive into it.

    • swift
    • ios
    • core data
  • 1 Aug 20188 min

    Simple, custom navigation transitions

    Sooner or later in our developer careers the default transition animation provided by Apple won't be enough. In this first article I cover how to create one.

    • swift
    • ios
    • ui

Copyright © Ordinary Coding 2020.

Generated using Publish

Twitter | RSS | Contact