Archived
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:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user