Setup screen scrolls up when keyboard would block textfields; fixed bug that would prevent a substitution from being shown if it contained a question mark (e.g.: 'INF7?inf999')

This commit is contained in:
Deniz Duezgoeren
2019-10-23 20:20:31 +02:00
parent ede4f0cc0a
commit 1dc8ab5d76
5 changed files with 96 additions and 13 deletions
@@ -0,0 +1,14 @@
//
// UICollectionViewSubstitutionLayout.swift
// AvH Plan
//
// Created by Deniz Duezgoeren on 22.10.19.
// Copyright © 2019 Deniz Duezgoeren. All rights reserved.
//
import UIKit
class UICollectionViewSubstitutionLayout: UICollectionViewFlowLayout {
override func
}