Damian Markowski (DamianMarkowski)

DamianMarkowski

Geek Repo

Company:@netguru

Home Page:https://damianmarkowski.com

Twitter:@dammarpol

Github PK Tool:Github PK Tool

Damian Markowski's repositories

ios-security

A collaborative list of learning materials about a security in the iOS apps

developer-portfolios

A list of developer portfolios for your inspiration

REST-API-Usage

Sample usage of countries REST API (https://restcountries.eu/). Project written in Xcode 10, Swift 4.2. In order to handle REST API, two libraries added via pods were used: Alamofire (https://github.com/Alamofire/Alamofire) and AlamofireObjectMapper (https://github.com/tristanhimmelman/AlamofireObjectMapper).

Language:SwiftStargazers:1Issues:2Issues:0

Advent-of-Code-2018-puzzle-solutions

My solutions of puzzles from Advent of Code 2018 online challenge - https://adventofcode.com/. It's written in Swift 4, using Xcode Playgrounds. There are unit tests for all solutions.

Language:SwiftStargazers:0Issues:2Issues:0
Language:SwiftStargazers:0Issues:2Issues:0

awesome-swiftui

A collaborative list of awesome articles, talks, books, videos and code examples about SwiftUI.

License:MITStargazers:0Issues:1Issues:0

BuckSample

An example app showing how Buck can be used to build a simple iOS app.

Language:Objective-CStargazers:0Issues:1Issues:0

CombineRxSwiftPerformance

A test suite comparing the performance of Combine and RxSwift

Language:SwiftStargazers:0Issues:1Issues:0

Core-Data-in-iOS-10

Since iOS 10 working with Core Data became so much easier. This repository shows how to set up a project for Core Data and perform CRUD operations. Swift 3 was used as a programming language.

Language:SwiftStargazers:0Issues:0Issues:0

CoreML-in-ARKit

Simple project to detect objects and display 3D labels above them in AR. This serves as a basic template for an ARKit project to use CoreML.

Language:SwiftLicense:MITStargazers:0Issues:2Issues:0

Dynamic-UITableViewCell

Simple example how to create UITableView with dynamically adjusted cells according to their content. It was achieved with AutoLayout constraint-based layout system and Storyboard.

Language:SwiftStargazers:0Issues:2Issues:0

NotificationCenterMap

It's easy to lose track of Notifications from NotificationCenter because of its many-to-many nature. Notifications can be sent from anywhere to anywhere in your iOS project. NotificationCenterMap's goal is to show a map of objects posting notifications and their observers.

Stargazers:0Issues:2Issues:0

NSLayoutConstraints-demo

Content of this repository shows how to use NSLayoutConstraints in order to build layouts for iOS apps programmatically.

Language:SwiftStargazers:0Issues:2Issues:0
Language:SwiftStargazers:0Issues:2Issues:0
Language:SwiftStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:2Issues:0
Language:JavaStargazers:0Issues:0Issues:0

swift-style-guide

The official Swift style guide for raywenderlich.com.

License:NOASSERTIONStargazers:0Issues:1Issues:0

UICollectionView-fixed-number-of-rows-and-columns

This repository shows how to set a fixed number of rows and columns in UICollectionView in Swift.

Language:SwiftStargazers:0Issues:2Issues:0