nghialv / MaterialKit

Material design components for iOS written in Swift
MIT License
2.51k stars 290 forks source link

Removed Deprecation warnings, Added Delegations and more #2

Closed MHaroonBaig closed 9 years ago

MHaroonBaig commented 9 years ago

Removed Deprecation warnings. Modified the TextFieldViewController.swift, so that whenever the users taps on the empty space, the keyboard hides itself. In that way, the user can test out other textFields as well.

nghialv commented 9 years ago

@MHaroonBaig Tks for your PR. But why do you need to put the delegate in MKTextField?

MHaroonBaig commented 9 years ago

Oops, sorry :( My bad Let me initialise another pull request without Delegates :)