diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ef67ac4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,609 @@ +# Change Log + +## [Unreleased](https://github.com/CEWendel/SWTableViewCell/tree/HEAD) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.3.7...HEAD) + +**Closed issues:** + +- Mistake in Readme [\#315](https://github.com/CEWendel/SWTableViewCell/issues/315) + +- Background color of 2 buttons overlap creating a third color [\#294](https://github.com/CEWendel/SWTableViewCell/issues/294) + +- Space between 2 buttons [\#293](https://github.com/CEWendel/SWTableViewCell/issues/293) + +- As a customer, I'd like to use the custom UIView instead of the Array of buttons. [\#279](https://github.com/CEWendel/SWTableViewCell/issues/279) + +- Expected type in NSMutableArray + SWutility.h button [\#278](https://github.com/CEWendel/SWTableViewCell/issues/278) + +- Vertically-aligned buttons [\#277](https://github.com/CEWendel/SWTableViewCell/issues/277) + +- Similar effect in Android [\#276](https://github.com/CEWendel/SWTableViewCell/issues/276) + +- Swiping Left or Right Removes Cell Accessory Type [\#274](https://github.com/CEWendel/SWTableViewCell/issues/274) + +- iPhone 6 Bug [\#267](https://github.com/CEWendel/SWTableViewCell/issues/267) + +- send msg to zombie object [\#266](https://github.com/CEWendel/SWTableViewCell/issues/266) + +- iPhone 6 Plus performance issue [\#246](https://github.com/CEWendel/SWTableViewCell/issues/246) + +- Big BUG in IOS 8! \[self.tableview reloadData\] opens previously closed utility buttons. [\#243](https://github.com/CEWendel/SWTableViewCell/issues/243) + +- Ability to add custom uiview as utility buttons [\#159](https://github.com/CEWendel/SWTableViewCell/issues/159) + +- With right utility buttons, it is possible to get to kCellStateLeft on close. [\#126](https://github.com/CEWendel/SWTableViewCell/issues/126) + +**Merged pull requests:** + +- Added a delegate that exposes the scroll state of the cell. [\#296](https://github.com/CEWendel/SWTableViewCell/pull/296) ([aluong-yammer](https://github.com/aluong-yammer)) + +- it prevents from sending scrollview delegate method to deallocated cell [\#286](https://github.com/CEWendel/SWTableViewCell/pull/286) ([adamlipka](https://github.com/adamlipka)) + +## [0.3.7](https://github.com/CEWendel/SWTableViewCell/tree/0.3.7) (2014-12-19) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.3.6...0.3.7) + +**Closed issues:** + +- rotating orientation with CUSTOM cells causes left utility buttons to appear and for ALL cells [\#264](https://github.com/CEWendel/SWTableViewCell/issues/264) + +- the UITableViewCell dosen't response to prepareforsegue function [\#240](https://github.com/CEWendel/SWTableViewCell/issues/240) + +- Frame not respected [\#208](https://github.com/CEWendel/SWTableViewCell/issues/208) + +- Rotating from landscape to portrait opens left utility buttons [\#192](https://github.com/CEWendel/SWTableViewCell/issues/192) + +- Can't make it work in iOS 7.1 [\#181](https://github.com/CEWendel/SWTableViewCell/issues/181) + +- When cell is revealed, quick scrolling of the uitableview crashes app [\#173](https://github.com/CEWendel/SWTableViewCell/issues/173) + +- New resued cell already scrolled if starting cell is scrolled [\#168](https://github.com/CEWendel/SWTableViewCell/issues/168) + +- Buggy when combining SW and TableView editing delegate methods [\#167](https://github.com/CEWendel/SWTableViewCell/issues/167) + +- No centents show on the cell [\#165](https://github.com/CEWendel/SWTableViewCell/issues/165) + +- I want to long press on cell, but UILongPressGestureRecognizer work only on button on cell. [\#164](https://github.com/CEWendel/SWTableViewCell/issues/164) + +- Why SWTableViewCell not using UIResponder for handling touches? [\#157](https://github.com/CEWendel/SWTableViewCell/issues/157) + +- No extra margin when sectionIndexTitlesForTableView [\#153](https://github.com/CEWendel/SWTableViewCell/issues/153) + +- Long app launch time [\#147](https://github.com/CEWendel/SWTableViewCell/issues/147) + +- Crash in iOS6.1 [\#139](https://github.com/CEWendel/SWTableViewCell/issues/139) + +- Possible to Change cell & scrollView background color while scrolling [\#131](https://github.com/CEWendel/SWTableViewCell/issues/131) + +- Vertical Aligned buttons? [\#115](https://github.com/CEWendel/SWTableViewCell/issues/115) + +- Support for Vertical stacked buttons [\#114](https://github.com/CEWendel/SWTableViewCell/issues/114) + +- Multi edit Problems [\#110](https://github.com/CEWendel/SWTableViewCell/issues/110) + +- Storyboard Segue Not Performed for SWTableViewCell-based Cells [\#109](https://github.com/CEWendel/SWTableViewCell/issues/109) + +- canEditRowAtIndexPath not working [\#106](https://github.com/CEWendel/SWTableViewCell/issues/106) + +- Swipe gesture too jumpy not 'sticky' enough [\#103](https://github.com/CEWendel/SWTableViewCell/issues/103) + +- Button size [\#95](https://github.com/CEWendel/SWTableViewCell/issues/95) + +- Disable swipe to right [\#87](https://github.com/CEWendel/SWTableViewCell/issues/87) + +- TableViewCell jumps back after full swipe from left to right [\#57](https://github.com/CEWendel/SWTableViewCell/issues/57) + +**Merged pull requests:** + +- Fix for issue \#264 [\#272](https://github.com/CEWendel/SWTableViewCell/pull/272) ([pbtura](https://github.com/pbtura)) + +- These are not necessary and impose a huge performance hit during scrolling [\#257](https://github.com/CEWendel/SWTableViewCell/pull/257) ([maciekish](https://github.com/maciekish)) + +## [0.3.6](https://github.com/CEWendel/SWTableViewCell/tree/0.3.6) (2014-10-26) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.3.5...0.3.6) + +**Closed issues:** + +- iPhone 6+ Cell State Issue [\#253](https://github.com/CEWendel/SWTableViewCell/issues/253) + +- A light tap on cell, no selection color. [\#252](https://github.com/CEWendel/SWTableViewCell/issues/252) + +- SWTableViewCell pod is pointing still to release 0.3.0 [\#201](https://github.com/CEWendel/SWTableViewCell/issues/201) + +- Update Cocoapod trunk [\#189](https://github.com/CEWendel/SWTableViewCell/issues/189) + +- Glitch in iOS 7 during some animations [\#86](https://github.com/CEWendel/SWTableViewCell/issues/86) + +- Prevent sliding further than the utility buttons [\#84](https://github.com/CEWendel/SWTableViewCell/issues/84) + +- When edit model, how to deal the system's delete button? [\#54](https://github.com/CEWendel/SWTableViewCell/issues/54) + +## [0.3.5](https://github.com/CEWendel/SWTableViewCell/tree/0.3.5) (2014-10-20) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.3.4...0.3.5) + +**Closed issues:** + +- Problem with new screens of iPhones 6 and 6 Plus [\#244](https://github.com/CEWendel/SWTableViewCell/issues/244) + +- Utility buttons not showing up on iOS 8 [\#242](https://github.com/CEWendel/SWTableViewCell/issues/242) + +- SWTableViewCell slide programmatically [\#241](https://github.com/CEWendel/SWTableViewCell/issues/241) + +- Crash on iOS6 with setLeftUtilityButtons [\#229](https://github.com/CEWendel/SWTableViewCell/issues/229) + +- Buttons don't appear on iOS8 cell [\#225](https://github.com/CEWendel/SWTableViewCell/issues/225) + +- Cell collapses in iOS8 [\#217](https://github.com/CEWendel/SWTableViewCell/issues/217) + +## [0.3.4](https://github.com/CEWendel/SWTableViewCell/tree/0.3.4) (2014-09-16) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.3.3...0.3.4) + +**Closed issues:** + +- too many button in left look squished [\#239](https://github.com/CEWendel/SWTableViewCell/issues/239) + +- Right utility buttons don't work properly on iOS 8 [\#237](https://github.com/CEWendel/SWTableViewCell/issues/237) + +- Your name is Jerry not SW [\#236](https://github.com/CEWendel/SWTableViewCell/issues/236) + +- Not working with Swift, XCode 6 beta 5 [\#232](https://github.com/CEWendel/SWTableViewCell/issues/232) + +- hope it support iOS 5. [\#231](https://github.com/CEWendel/SWTableViewCell/issues/231) + +- Install version 0.3.0 with cocoapods [\#224](https://github.com/CEWendel/SWTableViewCell/issues/224) + +- Doesnt work in swift playground [\#220](https://github.com/CEWendel/SWTableViewCell/issues/220) + +**Merged pull requests:** + +- Fixes \#237, Right utility buttons don't work properly on iOS 8 [\#238](https://github.com/CEWendel/SWTableViewCell/pull/238) ([hongrich](https://github.com/hongrich)) + +- Adds helper to create utility buttons with attributed string titles [\#228](https://github.com/CEWendel/SWTableViewCell/pull/228) ([Frankacy](https://github.com/Frankacy)) + +## [0.3.3](https://github.com/CEWendel/SWTableViewCell/tree/0.3.3) (2014-08-21) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.3.2...0.3.3) + +**Closed issues:** + +- Link a button to another ViewController [\#209](https://github.com/CEWendel/SWTableViewCell/issues/209) + +- Adding SWTableViewCell to an existing project [\#200](https://github.com/CEWendel/SWTableViewCell/issues/200) + +**Merged pull requests:** + +- Enabled adjustment of font size to fit width for textual button [\#219](https://github.com/CEWendel/SWTableViewCell/pull/219) ([jeden](https://github.com/jeden)) + +## [0.3.2](https://github.com/CEWendel/SWTableViewCell/tree/0.3.2) (2014-07-28) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.3.1...0.3.2) + +**Closed issues:** + +- On iPad, setting background to clear results in default white background [\#203](https://github.com/CEWendel/SWTableViewCell/issues/203) + +- Exception: Unable to simultaneously satisfy constraints. [\#197](https://github.com/CEWendel/SWTableViewCell/issues/197) + +- No Swipe Animation or View Even though Delegate Fires [\#186](https://github.com/CEWendel/SWTableViewCell/issues/186) + +- CocoaPods downloads old version [\#179](https://github.com/CEWendel/SWTableViewCell/issues/179) + +- Not working properly with IOS 8 [\#170](https://github.com/CEWendel/SWTableViewCell/issues/170) + +- add utility button with specific width [\#162](https://github.com/CEWendel/SWTableViewCell/issues/162) + +**Merged pull requests:** + +- Add \(optional\) delegate method for end of scrolling. [\#177](https://github.com/CEWendel/SWTableViewCell/pull/177) ([gabriel](https://github.com/gabriel)) + +## [0.3.1](https://github.com/CEWendel/SWTableViewCell/tree/0.3.1) (2014-07-08) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.3.0...0.3.1) + +**Closed issues:** + +- iOS 8: parse issue and more... [\#183](https://github.com/CEWendel/SWTableViewCell/issues/183) + +- Add iOS 8 Support [\#178](https://github.com/CEWendel/SWTableViewCell/issues/178) + +- Dynamic height problem [\#175](https://github.com/CEWendel/SWTableViewCell/issues/175) + +- How do I segue to another UITableViewController? [\#172](https://github.com/CEWendel/SWTableViewCell/issues/172) + +- Different button texts for each row [\#171](https://github.com/CEWendel/SWTableViewCell/issues/171) + +- swiping / cellstate issue [\#158](https://github.com/CEWendel/SWTableViewCell/issues/158) + +- Purpose of UILongPressGestureRecognizer? [\#156](https://github.com/CEWendel/SWTableViewCell/issues/156) + +- no setAppearanceWithBlock method and containingTableView imported property after 0.2.8 [\#152](https://github.com/CEWendel/SWTableViewCell/issues/152) + +- What happened to -setAppearanceWithBlock [\#151](https://github.com/CEWendel/SWTableViewCell/issues/151) + +- Crash in ios 6.x [\#150](https://github.com/CEWendel/SWTableViewCell/issues/150) + +**Merged pull requests:** + +- Checks for button array equality to avoid removing and re-adding buttons... [\#180](https://github.com/CEWendel/SWTableViewCell/pull/180) ([khaullen](https://github.com/khaullen)) + +- specify utility buttons width feature [\#166](https://github.com/CEWendel/SWTableViewCell/pull/166) ([ebgraham](https://github.com/ebgraham)) + +- Added show method for left, right buttons [\#161](https://github.com/CEWendel/SWTableViewCell/pull/161) ([mlight3](https://github.com/mlight3)) + +- use existing delegate method to close open cells on table swipe [\#142](https://github.com/CEWendel/SWTableViewCell/pull/142) ([DimaVartanian](https://github.com/DimaVartanian)) + +## [0.3.0](https://github.com/CEWendel/SWTableViewCell/tree/0.3.0) (2014-05-07) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.2.9...0.3.0) + +**Merged pull requests:** + +- Fixed unselectable cell bug [\#149](https://github.com/CEWendel/SWTableViewCell/pull/149) ([Theruz](https://github.com/Theruz)) + +- "Multiple Selection During Editing" mode [\#144](https://github.com/CEWendel/SWTableViewCell/pull/144) ([clementua](https://github.com/clementua)) + +## [0.2.9](https://github.com/CEWendel/SWTableViewCell/tree/0.2.9) (2014-05-03) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.2.8...0.2.9) + +**Closed issues:** + +- Constraints cause an issue on scrolling [\#136](https://github.com/CEWendel/SWTableViewCell/issues/136) + +- setAppearanceWithBlock Not available in latest Code [\#135](https://github.com/CEWendel/SWTableViewCell/issues/135) + +**Merged pull requests:** + +- Detect only buttons on left or right [\#146](https://github.com/CEWendel/SWTableViewCell/pull/146) ([danielebogo](https://github.com/danielebogo)) + +- \[rex-remind101/SWTableViewCell\] Fixed the initializer sequence. [\#145](https://github.com/CEWendel/SWTableViewCell/pull/145) ([rex-remind101](https://github.com/rex-remind101)) + +- simplify podspec [\#141](https://github.com/CEWendel/SWTableViewCell/pull/141) ([DimaVartanian](https://github.com/DimaVartanian)) + +- Fixes issues for cells with buttons or any other UIControl elements [\#140](https://github.com/CEWendel/SWTableViewCell/pull/140) ([camitox](https://github.com/camitox)) + +- improved usability of the scroll operation [\#137](https://github.com/CEWendel/SWTableViewCell/pull/137) ([yusuga](https://github.com/yusuga)) + +- fix hideUltilityButtonsAnimated to support hiding without animation [\#134](https://github.com/CEWendel/SWTableViewCell/pull/134) ([mhaddl](https://github.com/mhaddl)) + +## [0.2.8](https://github.com/CEWendel/SWTableViewCell/tree/0.2.8) (2014-04-20) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.2.7...0.2.8) + +**Closed issues:** + +- Incorrect use of dispatch\_once\_t [\#128](https://github.com/CEWendel/SWTableViewCell/issues/128) + +- Selection Problem [\#125](https://github.com/CEWendel/SWTableViewCell/issues/125) + +- Table view does not send tableView:willSelectRowAtIndexPath: delegate method [\#124](https://github.com/CEWendel/SWTableViewCell/issues/124) + +- Set initial state [\#122](https://github.com/CEWendel/SWTableViewCell/issues/122) + +- Tags on utility buttons are blown away needlessly [\#111](https://github.com/CEWendel/SWTableViewCell/issues/111) + +- Very slow cell creation when used in custom tableViewCell that's created programatically. [\#74](https://github.com/CEWendel/SWTableViewCell/issues/74) + +- problem with SWLongPressGestureRecognizer [\#60](https://github.com/CEWendel/SWTableViewCell/issues/60) + +- Sometimes the rightUtilityButtons aren't shown [\#48](https://github.com/CEWendel/SWTableViewCell/issues/48) + +- Multi Select in editing mode [\#33](https://github.com/CEWendel/SWTableViewCell/issues/33) + +- Dynamically change cell height ? [\#26](https://github.com/CEWendel/SWTableViewCell/issues/26) + +- Graphical glitch when dragging a cell already in edit position [\#22](https://github.com/CEWendel/SWTableViewCell/issues/22) + +- Feature request - To automatically close the swiped cell. [\#15](https://github.com/CEWendel/SWTableViewCell/issues/15) + +**Merged pull requests:** + +- Significant work to improve both the internal architecture and user experience. [\#130](https://github.com/CEWendel/SWTableViewCell/pull/130) ([zygoat](https://github.com/zygoat)) + +- Added BOOL indicator instead of stupid once token [\#129](https://github.com/CEWendel/SWTableViewCell/pull/129) ([wczekalski](https://github.com/wczekalski)) + +- Remove needless setting of tag on utility button \(fixes \#111\). [\#127](https://github.com/CEWendel/SWTableViewCell/pull/127) ([zygoat](https://github.com/zygoat)) + +## [0.2.7](https://github.com/CEWendel/SWTableViewCell/tree/0.2.7) (2014-04-04) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.2.6...0.2.7) + +**Closed issues:** + +- Table view does not scroll after a long tap on a cell. [\#113](https://github.com/CEWendel/SWTableViewCell/issues/113) + +**Merged pull requests:** + +- Add convenience method to set button images with selected image. [\#123](https://github.com/CEWendel/SWTableViewCell/pull/123) ([billburgess](https://github.com/billburgess)) + +## [0.2.6](https://github.com/CEWendel/SWTableViewCell/tree/0.2.6) (2014-03-29) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.2.5...0.2.6) + +**Closed issues:** + +- Buttons disappears after touching the cell [\#121](https://github.com/CEWendel/SWTableViewCell/issues/121) + +- How to make images like ones in your ReadMe.md [\#120](https://github.com/CEWendel/SWTableViewCell/issues/120) + +- SWTableViewCell is not sending UITableViewDelegates when selecting a cell [\#73](https://github.com/CEWendel/SWTableViewCell/issues/73) + +- Cell does not become Selected, gets deselected immediately [\#68](https://github.com/CEWendel/SWTableViewCell/issues/68) + +## [0.2.5](https://github.com/CEWendel/SWTableViewCell/tree/0.2.5) (2014-03-26) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.2.4...0.2.5) + +**Closed issues:** + +- Highlight vs select [\#116](https://github.com/CEWendel/SWTableViewCell/issues/116) + +- Cell content not visible [\#112](https://github.com/CEWendel/SWTableViewCell/issues/112) + +- Vertical scrolling issue [\#108](https://github.com/CEWendel/SWTableViewCell/issues/108) + +**Merged pull requests:** + +- Reuse logic for containing view when set outside of the dedicated initia... [\#117](https://github.com/CEWendel/SWTableViewCell/pull/117) ([yuklai](https://github.com/yuklai)) + +## [0.2.4](https://github.com/CEWendel/SWTableViewCell/tree/0.2.4) (2014-03-03) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.2.3...0.2.4) + +**Closed issues:** + +- update cocoapod release? [\#102](https://github.com/CEWendel/SWTableViewCell/issues/102) + +- Selection Issues [\#100](https://github.com/CEWendel/SWTableViewCell/issues/100) + +- Selection works, highlighting does not. [\#99](https://github.com/CEWendel/SWTableViewCell/issues/99) + +- Problem with merge of my pull request [\#91](https://github.com/CEWendel/SWTableViewCell/issues/91) + +- \[\[self.tableView indexPathsForSelectedRows\] count\] returns 0 [\#85](https://github.com/CEWendel/SWTableViewCell/issues/85) + +- Allow to set amount of cell shown when swiped [\#81](https://github.com/CEWendel/SWTableViewCell/issues/81) + +- Gesture recognizer inside the cell is not working. Please suggest whether my solution is fine. [\#79](https://github.com/CEWendel/SWTableViewCell/issues/79) + +- backgroundColor super implementation not called [\#77](https://github.com/CEWendel/SWTableViewCell/issues/77) + +- Change target to 6.0 instead of 6.1 [\#65](https://github.com/CEWendel/SWTableViewCell/issues/65) + +- Custom cell programmatically [\#58](https://github.com/CEWendel/SWTableViewCell/issues/58) + +- indexPathForSelectedRow not working [\#18](https://github.com/CEWendel/SWTableViewCell/issues/18) + +**Merged pull requests:** + +- Behavior optimization [\#94](https://github.com/CEWendel/SWTableViewCell/pull/94) ([Alex9779](https://github.com/Alex9779)) + +- make the cell content not bounce when there are no buttons [\#93](https://github.com/CEWendel/SWTableViewCell/pull/93) ([Alex9779](https://github.com/Alex9779)) + +- Prevent cell from freezing if canSwipeToState returns NO [\#92](https://github.com/CEWendel/SWTableViewCell/pull/92) ([dacohn](https://github.com/dacohn)) + +- Rename 'cell' to 'weakCell' in README.md [\#90](https://github.com/CEWendel/SWTableViewCell/pull/90) ([ghost](https://github.com/ghost)) + +- Fix for display issue and more Apple like style [\#89](https://github.com/CEWendel/SWTableViewCell/pull/89) ([Alex9779](https://github.com/Alex9779)) + +- Refactored Constants.h to SWConstants.h to avoid name collisions [\#83](https://github.com/CEWendel/SWTableViewCell/pull/83) ([jtmilne](https://github.com/jtmilne)) + +- Fixed subviews inside cell not clickable bug [\#80](https://github.com/CEWendel/SWTableViewCell/pull/80) ([ethan-fang](https://github.com/ethan-fang)) + +- Added call to super setBackground in SWTableViewCell [\#78](https://github.com/CEWendel/SWTableViewCell/pull/78) ([dcwither](https://github.com/dcwither)) + +- Slightly more kosher selection handling fixes \#18 [\#76](https://github.com/CEWendel/SWTableViewCell/pull/76) ([imagine](https://github.com/imagine)) + +## [0.2.3](https://github.com/CEWendel/SWTableViewCell/tree/0.2.3) (2014-01-27) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.2.2...0.2.3) + +**Closed issues:** + +- Is there a way to programmatically show the right buttons view on a simple tap on cell? [\#71](https://github.com/CEWendel/SWTableViewCell/issues/71) + +- SWLongPressGestureRecognizer conflicts with own UILongPressGestureRecognizer [\#66](https://github.com/CEWendel/SWTableViewCell/issues/66) + +- When using an accessoryType in the cell, swiping doesn't move it [\#64](https://github.com/CEWendel/SWTableViewCell/issues/64) + +- Subclassing SWTableViewCell Causes Cell to Be Empty! [\#59](https://github.com/CEWendel/SWTableViewCell/issues/59) + +- SWTableViewCell clear background colour causing error [\#43](https://github.com/CEWendel/SWTableViewCell/issues/43) + +- Clear background issue [\#42](https://github.com/CEWendel/SWTableViewCell/issues/42) + +- Is it a miswriting in layoutSubviews? [\#41](https://github.com/CEWendel/SWTableViewCell/issues/41) + +- Add a configure method instead of init [\#20](https://github.com/CEWendel/SWTableViewCell/issues/20) + +**Merged pull requests:** + +- Performance optimizations [\#75](https://github.com/CEWendel/SWTableViewCell/pull/75) ([wczekalski](https://github.com/wczekalski)) + +- bug fix: check cell type when enumerating visible cells to call @selector\(hideUtilityButtonsAnimated:\) [\#67](https://github.com/CEWendel/SWTableViewCell/pull/67) ([songfrank](https://github.com/songfrank)) + +## [0.2.2](https://github.com/CEWendel/SWTableViewCell/tree/0.2.2) (2014-01-09) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.2.1...0.2.2) + +**Closed issues:** + +- Cut a new release with the new features [\#61](https://github.com/CEWendel/SWTableViewCell/issues/61) + +- Cell Accessory Item [\#55](https://github.com/CEWendel/SWTableViewCell/issues/55) + +- Cell content is not getting swiped [\#53](https://github.com/CEWendel/SWTableViewCell/issues/53) + +- SWTableViewCell Memory Leak \(delegate is not weak!\) [\#45](https://github.com/CEWendel/SWTableViewCell/issues/45) + +- I wanna stop cell can still scroll after swipe [\#44](https://github.com/CEWendel/SWTableViewCell/issues/44) + +**Merged pull requests:** + +- expose cellScrollView for subclass access [\#56](https://github.com/CEWendel/SWTableViewCell/pull/56) ([Adrian2112](https://github.com/Adrian2112)) + +- Add -swipeableTableViewCell:canSwipeToState: delegate [\#52](https://github.com/CEWendel/SWTableViewCell/pull/52) ([onevcat](https://github.com/onevcat)) + +- Boolean code cleanup [\#51](https://github.com/CEWendel/SWTableViewCell/pull/51) ([mergesort](https://github.com/mergesort)) + +- Replace scrollEnabled = YES and NO by turning on directionLockEnabled on the tableView [\#50](https://github.com/CEWendel/SWTableViewCell/pull/50) ([mergesort](https://github.com/mergesort)) + +- If there are no utility buttons on a side, turn off scrolling in that direction [\#49](https://github.com/CEWendel/SWTableViewCell/pull/49) ([mergesort](https://github.com/mergesort)) + +- Adding optional swipeableTableViewCellShouldHideUtilityButtonsOnSwipe to... [\#47](https://github.com/CEWendel/SWTableViewCell/pull/47) ([fernandospr](https://github.com/fernandospr)) + +- Added weak reference for the delegate of SWTableViewCell [\#46](https://github.com/CEWendel/SWTableViewCell/pull/46) ([ethan-fang](https://github.com/ethan-fang)) + +## [0.2.1](https://github.com/CEWendel/SWTableViewCell/tree/0.2.1) (2013-12-06) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.1.5...0.2.1) + +## [0.1.5](https://github.com/CEWendel/SWTableViewCell/tree/0.1.5) (2013-11-30) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.1.4...0.1.5) + +**Merged pull requests:** + +- Added a velocity check in gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer:... [\#40](https://github.com/CEWendel/SWTableViewCell/pull/40) ([harlanhaskins](https://github.com/harlanhaskins)) + +- Fixed typos in README [\#38](https://github.com/CEWendel/SWTableViewCell/pull/38) ([harlanhaskins](https://github.com/harlanhaskins)) + +- Refactored all instances of ‘Swippable’ to ‘Swipeable’ to fix typos. [\#37](https://github.com/CEWendel/SWTableViewCell/pull/37) ([harlanhaskins](https://github.com/harlanhaskins)) + +## [0.1.4](https://github.com/CEWendel/SWTableViewCell/tree/0.1.4) (2013-11-22) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.1.3...0.1.4) + +**Closed issues:** + +- uitableview cell is not giving proper height [\#36](https://github.com/CEWendel/SWTableViewCell/issues/36) + +- Please update podspec ref \#34 [\#35](https://github.com/CEWendel/SWTableViewCell/issues/35) + +- in ios 6.1.3,cell is black [\#29](https://github.com/CEWendel/SWTableViewCell/issues/29) + +- Highlight... [\#28](https://github.com/CEWendel/SWTableViewCell/issues/28) + +## [0.1.3](https://github.com/CEWendel/SWTableViewCell/tree/0.1.3) (2013-11-20) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.1.1...0.1.3) + +**Closed issues:** + +- Row Height [\#32](https://github.com/CEWendel/SWTableViewCell/issues/32) + +**Merged pull requests:** + +- Set Custom Cell Height [\#34](https://github.com/CEWendel/SWTableViewCell/pull/34) ([mslathrop](https://github.com/mslathrop)) + +## [0.1.1](https://github.com/CEWendel/SWTableViewCell/tree/0.1.1) (2013-11-08) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.1.0...0.1.1) + +## [0.1.0](https://github.com/CEWendel/SWTableViewCell/tree/0.1.0) (2013-11-08) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.0.9...0.1.0) + +**Closed issues:** + +- NSMutableArray category methods should be prefixed with sw\_ [\#7](https://github.com/CEWendel/SWTableViewCell/issues/7) + +**Merged pull requests:** + +- Fixed scrollsToTop; [\#31](https://github.com/CEWendel/SWTableViewCell/pull/31) ([exister](https://github.com/exister)) + +- "Update README.md" \#ClassicCwendel [\#30](https://github.com/CEWendel/SWTableViewCell/pull/30) ([jtdaugh](https://github.com/jtdaugh)) + +## [0.0.9](https://github.com/CEWendel/SWTableViewCell/tree/0.0.9) (2013-10-27) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.0.8...0.0.9) + +**Closed issues:** + +- Problem with Index view [\#25](https://github.com/CEWendel/SWTableViewCell/issues/25) + +- Question : Loading custom XIB [\#24](https://github.com/CEWendel/SWTableViewCell/issues/24) + +- Does not work when using Nib [\#16](https://github.com/CEWendel/SWTableViewCell/issues/16) + +**Merged pull requests:** + +- Shift the cells when the UITableView shows indices [\#27](https://github.com/CEWendel/SWTableViewCell/pull/27) ([jschmid](https://github.com/jschmid)) + +- Adding delegate method to determine when a cell's state has changed. [\#23](https://github.com/CEWendel/SWTableViewCell/pull/23) ([laud](https://github.com/laud)) + +- Fix Misleading Link [\#19](https://github.com/CEWendel/SWTableViewCell/pull/19) ([PiersonBro](https://github.com/PiersonBro)) + +- Ability to swipe directly from kCellStateRight to kCellStateLeft and vice versa. [\#17](https://github.com/CEWendel/SWTableViewCell/pull/17) ([donnellyk](https://github.com/donnellyk)) + +## [0.0.8](https://github.com/CEWendel/SWTableViewCell/tree/0.0.8) (2013-10-12) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.0.7...0.0.8) + +## [0.0.7](https://github.com/CEWendel/SWTableViewCell/tree/0.0.7) (2013-10-11) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.0.6...0.0.7) + +## [0.0.6](https://github.com/CEWendel/SWTableViewCell/tree/0.0.6) (2013-10-11) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.0.5...0.0.6) + +**Merged pull requests:** + +- Added method to hide the utility buttons. [\#14](https://github.com/CEWendel/SWTableViewCell/pull/14) ([philipdnichols](https://github.com/philipdnichols)) + +## [0.0.5](https://github.com/CEWendel/SWTableViewCell/tree/0.0.5) (2013-10-09) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.0.4...0.0.5) + +**Closed issues:** + +- Pod contains AppDelegate.h [\#8](https://github.com/CEWendel/SWTableViewCell/issues/8) + +## [0.0.4](https://github.com/CEWendel/SWTableViewCell/tree/0.0.4) (2013-10-09) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.0.3...0.0.4) + +**Closed issues:** + +- didSelectRowAtIndexPath doesn't work [\#11](https://github.com/CEWendel/SWTableViewCell/issues/11) + +- canEditRowAtIndexPath being ignored. [\#9](https://github.com/CEWendel/SWTableViewCell/issues/9) + +- Only Swipe Gesture will work [\#1](https://github.com/CEWendel/SWTableViewCell/issues/1) + +## [0.0.3](https://github.com/CEWendel/SWTableViewCell/tree/0.0.3) (2013-10-09) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.0.2...0.0.3) + +**Closed issues:** + +- Cell's background color doesn't change [\#10](https://github.com/CEWendel/SWTableViewCell/issues/10) + +## [0.0.2](https://github.com/CEWendel/SWTableViewCell/tree/0.0.2) (2013-10-09) + +[Full Changelog](https://github.com/CEWendel/SWTableViewCell/compare/0.0.1...0.0.2) + +**Closed issues:** + +- Typos [\#6](https://github.com/CEWendel/SWTableViewCell/issues/6) + +- The code looks a bit jerry like. [\#5](https://github.com/CEWendel/SWTableViewCell/issues/5) + +- Custom cells? [\#4](https://github.com/CEWendel/SWTableViewCell/issues/4) + +- Should it be "swipeable"? [\#2](https://github.com/CEWendel/SWTableViewCell/issues/2) + +**Merged pull requests:** + +- include only necessary source files in podspec [\#3](https://github.com/CEWendel/SWTableViewCell/pull/3) ([qszhu](https://github.com/qszhu)) + +## [0.0.1](https://github.com/CEWendel/SWTableViewCell/tree/0.0.1) (2013-10-07) + + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file