8000 Tags · ssjk4/Static · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ssjk4/Static

Tags

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 4.0.0 (venmo#147)

- Update version on Static/Info.plist, Static.podspec, and .swift-version
- Update Readme.markdown

v3.0.3

Toggle v3.0.3's commit message
Version 3.0.3

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update PodSpec -> 3.0.2 (venmo#132)

+ Bump Spec
Bump Info.plist

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Xcode10 Travis Support (venmo#130)

Problem:
Although building/testing fine locally, Travis CI job is failure due to old sdk.

Change:
Update yml osx_image

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request venmo#129 from cocoahero/swift-4.2

Swift 4.2 / Xcode 10 Compatibility

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
adds new checkmark placeholder (venmo#125)

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request venmo#120 from dmiluski/feature/makeCellsOpen

Make Static Cells Open

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request venmo#119 from jaredegan/master

Add ability to receive UITableViewDelegate & UIScrollViewDelegate messages from UITableView

v2.2.0

Toggle v2.2.0's commit message
Bugfix: SectionFooterView AutoDimension Support (venmo#110)

* Revert "fixes footer and header heights on ios 11 to be automatic dimension if the view returns as 0 (venmo#109)"

This reverts commit 319a8b8.

* Revert "Merge pull request venmo#108 from nealyoung/extremity-height-fix"

This reverts commit 2071110, reversing
changes made to e002d86.

* Bugfix: SectionFooterView AutoDimension Support

Problem:
1. I noticed our app was manually laying out subviews in our sectionFooters when I didn't see the need to.

2. After recent changes, Group tableView's which had nil section extremity defaulted to zero, which drops the standard spacing between sections. Note in attatchment.

Notable info:
Statics currently has deploy target of iOS8, which did not yet support automatic sectionFooterView dimensioning.

Solution:
- Offer autosizing option which uses UITableViewAutomaticDimension rather than view's original bounds height. Retain original .view(_) case in the event some clients were already sizing beforehand limiting integration breaks. This also offers automatic margin adherence.
- Bump deploy target to iOS9 for clean integration.
- Revert 2 previous PRs
- Default height for plain/grouped styles to play friendly with tableView's defaults.

* Example: AutoSized Extremity

v2.1.0

Toggle v2.1.0's commit message
Bump version to 2.1.0

0