DEV Community

Filip Němeček profile picture

Filip Němeček

Primarily iOS developer, I also like Django and Python. And dabble with JavaScript occasionally. Love reading and coffee.

Location Czech Republic Joined Joined on  github website twitter website

Work

iOS Developer

I re-built the Instagram profile detail Compositional Layout and Diffable to help folks learn

I re-built the Instagram profile detail Compositional Layout and Diffable to help folks learn

Comments
1 min read

Want to connect with Filip Němeček?

Create an account to connect with Filip Němeček. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Learn compositional collection view layout and diffable data source with example code

Learn compositional collection view layout and diffable data source with example code

3
Comments
1 min read
How to use Core Data with Diffable Data Source - a minimal example

How to use Core Data with Diffable Data Source - a minimal example

1
Comments
2 min read
How to select random record with Django ORM

How to select random record with Django ORM

5
Comments
2 min read
Fresh app ideas for iOS 14

Fresh app ideas for iOS 14

2
Comments
2 min read
How to create RSS feed with HTML content in Django

How to create RSS feed with HTML content in Django

5
Comments
2 min read
iOS 14: What is new for WKWebView

iOS 14: What is new for WKWebView

6
Comments
2 min read
Checking out the new PHPickerViewController in iOS 14

Checking out the new PHPickerViewController in iOS 14

3
Comments
3 min read
First look at the new UIColorPickerViewController in iOS 14

First look at the new UIColorPickerViewController in iOS 14

3
Comments
2 min read
iOS: How to save event into user's calendar

iOS: How to save event into user's calendar

7
Comments
3 min read
iOS: How to let user select video from their library

iOS: How to let user select video from their library

5
Comments 3
2 min read
Django: Add tweet button with plain HTML/CSS, no JavaScript

Django: Add tweet button with plain HTML/CSS, no JavaScript

3
Comments
2 min read
Swift: How to get file size using FileManager + formatting

Swift: How to get file size using FileManager + formatting

1
Comments
2 min read
How to deploy tvOS app to your Apple TV

How to deploy tvOS app to your Apple TV

2
Comments
2 min read
iOS: How to load events from user's calendar

iOS: How to load events from user's calendar

7
Comments
2 min read
A few AutoLayout and general UIKit tips & tricks

A few AutoLayout and general UIKit tips & tricks

8
Comments
3 min read
iOS: Saving files into user’s iCloud Drive using FileManager

iOS: Saving files into user’s iCloud Drive using FileManager

12
Comments 14
3 min read
iOS: How to scan documents in under 10 lines of code

iOS: How to scan documents in under 10 lines of code

6
Comments 6
2 min read
iOS: Few book recommendations that will make you a better developer

iOS: Few book recommendations that will make you a better developer

4
Comments 1
4 min read
iOS: How to properly customize system controls like UINavigationBar, UITabBar and more

iOS: How to properly customize system controls like UINavigationBar, UITabBar and more

6
Comments
2 min read
iOS: How to properly display prices and format currencies

iOS: How to properly display prices and format currencies

4
Comments 1
2 min read
Your tips for promoting open-source projects?

Your tips for promoting open-source projects?

2
Comments 1
1 min read
iOS 13: launchOptions always nil? This is the reason & solution

iOS 13: launchOptions always nil? This is the reason & solution

6
Comments 7
2 min read
Advanced string comparison and sorting in Swift

Advanced string comparison and sorting in Swift

6
Comments 1
2 min read
Getting into iOS development? Please, don't start with SwiftUI

Getting into iOS development? Please, don't start with SwiftUI

6
Comments
2 min read
iOS: How to generate image previews/thumbnails of various files

iOS: How to generate image previews/thumbnails of various files

3
Comments
2 min read
Swift: Easy way to wait for multiple background tasks to finish

Swift: Easy way to wait for multiple background tasks to finish

4
Comments 3
2 min read
iOS: How to implement swipe to delete action with custom icon

iOS: How to implement swipe to delete action with custom icon

7
Comments
2 min read
iOS: Started building example app showcasing how to work with calendar and events

iOS: Started building example app showcasing how to work with calendar and events

6
Comments 8
1 min read
Django Rest Framework: How to let user add only one ForeignKey object (for example review)

Django Rest Framework: How to let user add only one ForeignKey object (for example review)

11
Comments
2 min read
iOS: How to easily display files like PDF, documents, images and more in your app

iOS: How to easily display files like PDF, documents, images and more in your app

12
Comments
2 min read
Django: How to send image file as part of response

Django: How to send image file as part of response

11
Comments 3
1 min read
How to create/register user account with Django Rest Framework API

How to create/register user account with Django Rest Framework API

15
Comments
1 min read
How to create reusable UIView with .XIB file for easy design

How to create reusable UIView with .XIB file for easy design

10
Comments 1
2 min read
How to let users send feedback using email app of their choice in iOS

How to let users send feedback using email app of their choice in iOS

5
Comments 1
3 min read
How to use EKCalendarChooser in Swift to let user select calendar in iOS

How to use EKCalendarChooser in Swift to let user select calendar in iOS

5
Comments
3 min read
Built a tool for iOS developers to help making texts accessible for everyone

Built a tool for iOS developers to help making texts accessible for everyone

8
Comments
2 min read
iOS: How to add badge to UIBarButtonItem

iOS: How to add badge to UIBarButtonItem

7
Comments
3 min read
I built simple API for others to learn working with APIs

I built simple API for others to learn working with APIs

14
Comments
1 min read
Three areas I wish I’d known better prior starting iOS developer job

Three areas I wish I’d known better prior starting iOS developer job

8
Comments 2
3 min read
iOS: How to add Quick Actions (shortcuts) to your app icon

iOS: How to add Quick Actions (shortcuts) to your app icon

7
Comments
2 min read
I built a tool to quickly preview all iOS keyboards

I built a tool to quickly preview all iOS keyboards

10
Comments
1 min read
How to quickly remove duplicates from Array & keep order

How to quickly remove duplicates from Array & keep order

9
Comments
2 min read
How to temporarily cover whole screen of your application

How to temporarily cover whole screen of your application

7
Comments
3 min read
iOS: How to notify parts of app about changes and send data in loosely coupled way

iOS: How to notify parts of app about changes and send data in loosely coupled way

7
Comments
3 min read
Three mobile app ideas to build for fun

Three mobile app ideas to build for fun

10
Comments
2 min read
iOS: Using WKWebView in headless mode

iOS: Using WKWebView in headless mode

6
Comments 1
1 min read
WKWebView: Communicate from web to app with JavaScript

WKWebView: Communicate from web to app with JavaScript

3
Comments 1
2 min read
Dynamically modify page in WKWebView in iOS

Dynamically modify page in WKWebView in iOS

6
Comments
2 min read
Swift Basics: The Why, What and How of Optionals

Swift Basics: The Why, What and How of Optionals

6
Comments
3 min read
How to open target="_blank" links in WKWebView in iOS

How to open target="_blank" links in WKWebView in iOS

8
Comments
2 min read
How to use EKEventEditViewController in Swift to let user save event to iOS calendar

How to use EKEventEditViewController in Swift to let user save event to iOS calendar

6
Comments
3 min read
4 tips to level up your Swift

4 tips to level up your Swift

9
Comments 2
2 min read
loading...