forked from dzenbot/DZNEmptyDataSet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed vertical anchor to be optionally configurable.
Adds a new enum to control whether the empty view is pinned to the center, top, or bottom of its container. The vertical offset, if provided, will affect the offset of the provided anchor location (Top constant, if pinned to top. Center constant, if pinned to centerY, bottom constant, if pinned to bottom). This allows a bit more flexibility in how a client chooses to lay out the empty view to meet their unique requirements.
- Loading branch information
1 parent
8ee3ac4
commit fc2bc59
Showing
2 changed files
with
43 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters