A list of presenters at the Brooklyn Swift Developers Meetup with links to videos, slides and source code: http://www.meetup.com/Brooklyn-Swift-Developers
Taiki Suzuki - Flux & MVVM (Video)
Harlan Kellaway - Should Code Always be DRY? (Video)
Pod::Spec.new do |s| | |
s.name = 'DAKeyboardControl' | |
s.version = '2.2.0' | |
s.platform = :ios | |
s.license = 'MIT' | |
s.summary = 'Easily add keyboard awareness and scrolling dismissal.' | |
s.homepage = 'https://github.com/danielamitay/DAKeyboardControl' | |
s.author = { 'Daniel Amitay' => '[email protected]' } | |
s.source = { :git => 'https://github.com/danielamitay/DAKeyboardControl.git' } | |
s.description = 'DAKeyboardControl allows you to easily add keyboard awareness and scrolling dismissal (a receding keyboard ala iMessages app) to any UIView subclass with only 1 line of code.' |
A list of presenters at the Brooklyn Swift Developers Meetup with links to videos, slides and source code: http://www.meetup.com/Brooklyn-Swift-Developers
Taiki Suzuki - Flux & MVVM (Video)
Harlan Kellaway - Should Code Always be DRY? (Video)
This document describes how to setup a Tezos node and delegate baking rights to it. It involves configuring two instances:
tezos-node
, tezos-baker
, tezos-endorser
and tezos-accuser
.tezos-signer
.This guide assumes you have already created two instances running Ubuntu 18.04.