Skip to content

Commit 9a66da0

Browse files
New version 0.3.0
1 parent 71c4216 commit 9a66da0

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [0.3.0](https://github.com/HamzaGhazouani/HGPlaceholders/releases/tag/0.3.0)
5+
6+
* Add more properties for customization: titleFont, subtitleFont and actionTitleFont
7+
* Add the property `placeholdersAlwaysBounceVertical` to allow/disable vertical bouncing when the placeholder is shown
8+
* Start supporting iOS 8
9+
* Add ability to show/Hide tableHeader & tableFooter when the placeholders are shown
10+
* Use adjustedContentInset instead of contentInset for iOS 11 and later (compatibility iPhone X)
11+
412
## [0.2.6](https://github.com/HamzaGhazouani/HGPlaceholders/releases/tag/0.2.6)
513

614
* Fixing an archiving issue appeared in the version 0.2.0 and above

HGPlaceholders.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'HGPlaceholders'
11-
s.version = '0.2.6'
11+
s.version = '0.3.0'
1212
s.summary = 'Nice library to show placeholders and Empty States for any UITableView/UICollectionView in your project'
1313

1414
# This description is used to generate tags and improve search results.

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
To run the example project, clone the repo, and run `pod install` from the Example directory first.
2121

2222
## Requirements
23-
- iOS 9.0+
23+
- iOS 8.0+
2424
- Xcode 8.3
2525

2626

@@ -106,17 +106,13 @@ class ProjectNameCollectionView: CollectionView {
106106
}
107107
```
108108

109-
You can also add new placeholders fully customizable, you should keep en mind that the view will take table view frame, and placeholder can have only one action, please check the example project
109+
You can also add new placeholders fully customizable, you should keep in mind that the view will take table view frame, and placeholder can have only one action, please check the example project
110110

111111

112112
## Documentation
113113
Full documentation is available on [CocoaDocs](http://cocoadocs.org/docsets/HGPlaceholders/).<br/>
114114
You can also install documentation locally using [jazzy](https://github.com/realm/jazzy).
115115

116-
## Roadmap
117-
- [x] UICollectionView compatibility
118-
- [x] Carthage support
119-
- [ ] Tests
120116

121117
## Author
122118

0 commit comments

Comments
 (0)