Skip to content

Commit

Permalink
master: Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ams-twelker committed Feb 9, 2019
1 parent b227417 commit 0fdb9ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## 0.5.0

### Added
- Added optional vertical `hintOffset` of the hint label to the bottom of the text
- Added Carthage support

## 0.4.0

Expand Down
2 changes: 1 addition & 1 deletion RAGTextField.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RAGTextField'
s.version = '0.4.0'
s.version = '0.5.0'
s.summary = 'Subclass of UITextField featuring a floating placeholder and a hint label.'
s.description = 'Adds a floating placeholder to the regular UITextField. Moreover, adds an optional hint or error label to the text field. Easy to work with in both storyboards and code. Written in Swift 3.'
s.homepage = 'https://github.com/raginmari/RAGTextField'
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ These are the different ways you can **customize the appearance** of the hint:

- Use the `hintFont` property to assign a **custom font or font size** to the hint. By default, the hint uses the font of the text field.
- Use the `hintColor` property to **change the color** of the hint. By default, the hint uses the text color of the text field.
- Use the `hintOffset` property to offset the hint label from the text. The default value is 0. Positive values **move the hint down**, away from the text.

#### The text background view

Expand Down

0 comments on commit 0fdb9ef

Please sign in to comment.