Commit Graph

866 Commits

Author SHA1 Message Date
Max Horvath
3020454ed5 Version bump (1.5.14) 2014-10-05 17:32:20 +02:00
Max Horvath
34b486c56b Merge pull request #194 from guoxj/master
Fix compile errors on Xcode 5.1 iOS SDK 7.1
2014-10-05 17:29:50 +02:00
guoxiaojie
860a05ad12 Fix compile errors on Xcode 5.1 iOS SDK 7.1 2014-10-05 22:37:58 +08:00
Max Horvath
e829d7f76a Version bump (1.5.13) 2014-09-24 15:07:11 +02:00
Max Horvath
100a16f04b Merge pull request #190 from max-horvath/ios8-fixes
Example app runs nicely on new iPhone devices, as well as some iOS 8 fixes.
2014-09-24 14:59:16 +02:00
Max Horvath
3cdf6c02fa Fixed header and section issues on iOS 8 (due to header and footer height estimation used instead of recalculating the actual height). 2014-09-24 14:55:06 +02:00
Max Horvath
6464c6f905 Enabled iPhone 6 and iPhone 6 Plus screen sizes. 2014-09-24 11:40:29 +02:00
Max Horvath
d0466f43bb Merge pull request #171 from tasomaniac/patch-1
Removed resignFirstResponder, as becomeFirstResponder is called right after it anyway.
2014-09-24 09:34:38 +02:00
Roman Efimov
a8e2f368c1 Update pods 2014-09-14 16:46:15 -07:00
Roman Efimov
699f841098 Version bump (1.5.12) 2014-09-14 16:45:26 -07:00
Roman Efimov
5541762e06 Tweak example project 2014-09-14 16:44:13 -07:00
Roman Efimov
8d2c86b8e0 Merge pull request #183 from skrew/master
Update RETableViewBoolCell.m
2014-09-14 16:03:26 -07:00
Roman Efimov
b8dc945530 Merge pull request #185 from srea/update_longtextcell
Fix RETableViewLongTextCell constraints on iOS 8
2014-09-13 22:28:34 -07:00
Yuki Tamazawa
81f5ebf067 Update RETableViewLongTextCell.m 2014-09-09 18:51:49 +09:00
eric@skrobs
1f346e328b Update RETableViewBoolCell.m 2014-08-09 16:25:42 +02:00
Roman Efimov
f5b3b7eefb Merge pull request #173 from unixo/master
RETableViewOptionsController current selection
2014-07-29 12:55:52 -07:00
Roman Efimov
3550598951 Merge pull request #151 from bhavya-kothari/master
Minor changes to README.md
2014-07-28 09:31:16 -07:00
Roman Efimov
7448ed01be Merge pull request #178 from fastred/master
Fix RETableViewBoolCell's and RETableViewSegmentedCell's layout on iOS 8
2014-07-28 09:29:16 -07:00
Roman Efimov
09eee9326b Version bump (1.5.11) 2014-07-08 19:09:20 -07:00
Roman Efimov
75a9b0f298 Merge pull request #177 from max-horvath/enable-disable-items
User-interaction state for cells (Enabled/Disable cells)
2014-07-08 18:56:19 -07:00
Roman Efimov
daad416b2b Merge pull request #179 from fastred/fix_nsrangeexception
Fix possible NSRangeException in -tableView:canEditRowAtIndexPath:
2014-07-08 18:54:20 -07:00
Roman Efimov
b702265afe Merge pull request #176 from max-horvath/footer-header-title-height-fix
The height of header and footer are calculated incorrectly
2014-07-08 18:54:05 -07:00
Arkadiusz Holko
b434244034 Fix possible NSRangeException in -tableView:canEditRowAtIndexPath:
On iOS 8 NSRangeException was being thrown after calling -removeItem: and then -reloadSectionWithAnimation:
The fix adds checks if section and row indices are within bounds.
2014-06-21 20:21:53 +02:00
Arkadiusz Holko
2ad39f2e4a Fix RETableViewSegmentedCell constraints on iOS 8
On iOS 8 UIKit adds own constraints to contentView, so removing all
contentView’s constraints causes problems when the cell
is displayed for the second time on the screen.
2014-06-21 18:26:13 +02:00
Arkadiusz Holko
be66559d59 Fix RETableViewBoolCell constraints on iOS 8
On iOS 8 UIKit adds own constraints to contentView, so removing all
contentView’s constraints causes problems when the cell
is displayed for the second time on the screen.
2014-06-21 18:25:49 +02:00
Max Horvath
b21ec0f50f Introduced user-interaction state for cells. Cells can now be enabled and disabled via the enabled property. 2014-05-21 17:56:02 +02:00
Max Horvath
f848b66e72 The height of header and footer will be calculated correctly now when setting header or footer of a UITableViewSection via headerTitle or footerTitle. 2014-05-19 16:36:18 +02:00
Roman Efimov
c190fbb4e3 Merge pull request #175 from astephensen/master
Fixed picker layout when size changes.
2014-05-18 12:04:23 -07:00
Alan Stephensen
02f63c3309 Fixed picker layout when size changes. 2014-05-14 09:26:32 +10:00
Roman Efimov
ce44c75925 Merge pull request #174 from srea/patch-2
Update RETableViewDateTimeCell.m
2014-05-12 09:24:52 -07:00
Yuki Tamazawa
9ef58bd602 Update RETableViewDateTimeCell.m
In the case of Japanese calendar configuration, Unable to display the Gregorian calendar.
2014-05-12 14:03:30 +09:00
unixo
377cd0f102 handle selected item 2014-05-10 17:40:16 +02:00
unixo
52a7ad705a Update RETableViewOptionsController.m 2014-05-10 17:22:03 +02:00
unixo
10f30e1a12 Update RETableViewOptionsController.h 2014-05-10 17:21:09 +02:00
Said Tahsin Dane
a7898c0eb6 Removed an unnecessary line of code
When we resignFirstResponder, UIKeyboardWillHideNotification is called. If someone does a custom thing when the keyboard becomes hidden it brings problems. When we remove this line, it won't do any harm.

What do you think?
2014-05-06 18:37:19 +03:00
Roman Efimov
f223f5a825 Merge pull request #167 from SuperY/OptimizePicker
To optimize the picker.
2014-04-17 16:21:41 -07:00
Felix
1f14085ecc To optimize the picker.
If picker has many rollers,and it has some relationship between the rollers' datasources. When one roller changed value,other rollers should change their datasources and the values on picker.
Such as choosing the state's cities by using picker.

Signed-off-by: Felix <yuanlinyue@gmail.com>
2014-04-17 15:37:41 +08:00
Roman Efimov
8de0674675 Merge pull request #165 from paultran/patch-1
Fix textFieldDidChange to fire onChange
2014-04-15 08:51:21 -07:00
paultran
1bcc18b4f5 Fix textFieldDidChange to fire onChange 2014-04-15 17:13:35 +10:00
Roman Efimov
53038b37a2 Merge pull request #156 from jhogervorst/master
Action bar's barStyle depends on keyboard appearance of long text cells
2014-04-07 08:41:44 -07:00
Roman Efimov
2f49f9994d Merge pull request #158 from jhogervorst/system-done-item
"Done" text button replaced by system done button
2014-04-06 15:06:14 -07:00
Roman Efimov
14a5060d59 Merge pull request #160 from jhogervorst/long-text-cell-selection
Long text cell's selectionStyle set in cellWillAppear method
2014-04-05 09:39:45 -07:00
Jonathan Hogervorst
82ae681d72 Long text cell's selectionStyle set in cellWillAppear method 2014-04-05 01:14:00 +02:00
Jonathan Hogervorst
59ded2eec4 "Done" text button replaced by system done button 2014-04-05 00:23:08 +02:00
Jonathan Hogervorst
075487a0d3 Action bar's barStyle depends on keyboard appearance of long text cells 2014-04-05 00:10:06 +02:00
Roman Efimov
0ec7fd45cc Merge pull request #154 from cbess/patch-1
Update README.md
2014-04-01 09:29:22 -07:00
C. Bess
08d1d4ffc1 Update README.md
- fix title string
2014-03-31 22:23:43 -05:00
bhavya-kothari
8d9c53846f Update README.md
How to install by using source code
2014-03-24 22:43:11 +05:30
bhavya-kothari
9d69360dd7 Update README.md
Radio button code edited
2014-03-24 17:56:16 +05:30
bhavya-kothari
f96e2cf3d9 Update README.md
Minor syntactical changes made.
2014-03-24 16:37:53 +05:30