Skip to content

Commit

Permalink
Adds preview animation for SwiftDataTables
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankataria committed Mar 22, 2017
1 parent ae29eef commit d8a7016
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file added Example/SwiftDataTables-Preview.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion Example/SwiftDataTables/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ class ViewController: UIViewController {
super.viewDidLoad()

self.navigationController?.navigationBar.isTranslucent = false
// self.navigationController?.navigationBar.isHidden = true
self.title = "Employee Balances"

self.view.backgroundColor = UIColor.white

var options = DataTableConfiguration()
Expand Down
2 changes: 1 addition & 1 deletion SwiftDataTables.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SwiftDataTables'
s.version = '0.4.2'
s.version = '0.4.3'
s.summary = 'A Swift Data Table package that allows ordering, searching, and paging with extensible options.'

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

0 comments on commit d8a7016

Please sign in to comment.