mirror of
https://github.com/LeoNatan/LNPopupController.git
synced 2026-07-30 16:11:51 +00:00
17 lines
288 B
Swift
17 lines
288 B
Swift
//
|
|
// HigherSearchBar.swift
|
|
// LNPopupControllerExample
|
|
//
|
|
// Created by Leo Natan on 30/12/2016.
|
|
// Copyright © 2016 Leo Natan. All rights reserved.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
@IBDesignable
|
|
class HigherSearchBar: UISearchBar {
|
|
@objc func _searchFieldHeight() -> CGFloat {
|
|
return 35;
|
|
}
|
|
}
|