Pinned Repositories
AirBankCodeChallenge
Test project for AirBank - A simple MVVM-C / RxSwift app that shows filtered list of transactions and its details
FlickTrackr
iOS app that shows a list of images from Flickr collected every 100 meters during walks.
iOS-Artwork-Extractor
Extract iOS artwork and emoji symbols into png files, generate glossy buttons png files
mind-the-checkout
Mind the Check Out is a simple, location-aware iPhone application that reminds the user to check in and check out when travelling by public transportation in Copenhagen
mpc-ibeacon-test
Multipeer Connectivity + iBeacon proof-of-concept iOS app
OLEContainerScrollView
A UIScrollView subclass that intelligently handles multiple child scroll views and does not interfere with UIKitʼs cell reuse functionality.
SelfSizing-UICollectionViewCell-in-UITableView
This app demonstrates how to use self-sizing UICollectionViewCell that contain a UILabel, contained in a self-sizing UICollectionView, embedded in a self-sizing UITableViewCell
TFTransparentNavigationBar
Custom transition between controllers in UINavigationController that makes navigation bar transparent on specified controllers
where-have-my-friends-been
Where Have My Friends Been is an iPad app showing all the places your friends been to nicely on the map.
tomaskraina's Repositories
tomaskraina/iOS-Artwork-Extractor
Extract iOS artwork and emoji symbols into png files, generate glossy buttons png files
tomaskraina/SelfSizing-UICollectionViewCell-in-UITableView
This app demonstrates how to use self-sizing UICollectionViewCell that contain a UILabel, contained in a self-sizing UICollectionView, embedded in a self-sizing UITableViewCell
tomaskraina/OLEContainerScrollView
A UIScrollView subclass that intelligently handles multiple child scroll views and does not interfere with UIKitʼs cell reuse functionality.
tomaskraina/DynamicTypeExample
Demo app to show how Dynamic Type for custom fonts can be implemented
tomaskraina/AirBankCodeChallenge
Test project for AirBank - A simple MVVM-C / RxSwift app that shows filtered list of transactions and its details
tomaskraina/feedbackassistant.apple.com
Samples for Apple Feedback. Feedback text is also mirrored on openradar.
tomaskraina/SwiftUIListSelection
Sample code that demonstrates how to implement List with selectable rows with SwiftUI
tomaskraina/TFTransparentNavigationBar
Custom transition between controllers in UINavigationController that makes navigation bar transparent on specified controllers
tomaskraina/FlickTrackr
iOS app that shows a list of images from Flickr collected every 100 meters during walks.
tomaskraina/mind-the-checkout
Mind the Check Out is a simple, location-aware iPhone application that reminds the user to check in and check out when travelling by public transportation in Copenhagen
tomaskraina/AECoreDataUI
Super awesome Core Data driven UI for iOS written in Swift
tomaskraina/Aiolos
A floating panel for your iOS Apps
tomaskraina/AirFloat
Implementation of AirPlay audio (AirTunes) for iOS.
tomaskraina/BabylonPosts
Test project for BabylonHealth - A simple MVVM-C / RxSwift / Realm app that uses jsonplaceholder.typicode.com API to shows a list of posts and its details.
tomaskraina/bumblebee
Abstract text processing and pattern matching engine in Swift. Converts text into NSAttributedStrings. Builtin markdown support.
tomaskraina/CocoaPods
The Cocoa Dependency Manager.
tomaskraina/DynamicTypeVSTableViewCellLabelExample
Example app showing how UILabel properties are reset when Dynamic Type settings changes
tomaskraina/FSCalendar
A fully customizable iOS calendar library, compatible with Objective-C and Swift
tomaskraina/JSQCoreDataKit
A swifter Core Data stack
tomaskraina/Kingfisher
A lightweight and pure Swift implemented library for downloading and caching image from the web.
tomaskraina/mapper
A JSON deserialization library for Swift
tomaskraina/MarkdownKit
A simple and customizable Markdown Parser for Swift with basic support for Textile format
tomaskraina/NFXProtocolPlayground
An example demonstrating an issue with Netfox's NFXProtocol and redirect that times out
tomaskraina/PointerInteractionRetainingViews
A demonstration for an issue where UIKit retains views after hovering over them with a pointer
tomaskraina/RSBarcodes_Swift
1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift.
tomaskraina/Static
Simple static table views for iOS in Swift.
tomaskraina/swift-custom-dump
A collection of tools for debugging, diffing, and testing your application's data structures.
tomaskraina/SwiftUI-Introspect
Introspect underlying UIKit components from SwiftUI
tomaskraina/SwiftUITextFieldList
Example code that demonstrates TextField is being disabled (not editable) when placed in List on macOS
tomaskraina/TableViewSelfSizingSectionHeaders
Sample code showing how to (not) to implement self-sizing section headers for plain-style table view