Commit Graph

715 Commits

Author SHA1 Message Date
Roman Efimov
e16b6cc4a0 Update xccheckout 2013-10-03 10:25:55 -05:00
Roman Efimov
03ebdee8e3 Fix syntax format in pull request #83, so it follows original code style 2013-10-03 10:25:35 -05:00
Roman Efimov
69bf2c392e Merge pull request #83 from XBeg9/creditCardCell
Credit card cell improvements
2013-10-03 08:20:03 -07:00
Fedya Skitsko
a892962106 Changed ribbon image path to bundle path 2013-10-03 17:14:09 +03:00
Fedya Skitsko
938b1e5ce9 Expired ribbon png moved to bundle 2013-10-03 15:05:15 +03:00
Fedya Skitsko
c8fb43dc8b CreditCardCell you can set custom ribbon (expired) 2013-10-03 14:26:02 +03:00
Fedya Skitsko
cbca89358c Restrict user to type month more than 12 2013-10-03 13:47:42 +03:00
Fedya Skitsko
e3f86635b0 Show ribbon if date is already expired. 2013-10-03 13:42:43 +03:00
Roman Efimov
f8939a2c76 Fix source code file reference, #82 2013-10-02 15:36:25 -05:00
Roman Efimov
b3f3f97af2 Add Dmitry Shmidt copyright notice, reference #82 2013-10-02 15:35:48 -05:00
Roman Efimov
31840f4aa6 Refactor segmented control code, reference #82 2013-10-02 15:33:32 -05:00
Roman Efimov
01281b75b3 Remove all segments on cellWillAppear, reference #82 2013-10-02 15:26:06 -05:00
Roman Efimov
d34befb474 Fix deprecation warning, reference #82 2013-10-02 15:19:33 -05:00
Roman Efimov
9636f0e6c9 Add RESegmentItem and RETableViewSegmentCell to the project, reference #82 2013-10-02 15:19:10 -05:00
Roman Efimov
ddbc9bcdab Merge pull request #82 from shmidt/master
Add RESegmentItem
2013-10-02 13:17:38 -07:00
Roman Efimov
be2457a2d4 Update example project 2013-10-02 12:38:49 -05:00
Roman Efimov
dcf8bd1bde Fix pickerview row selection method 2013-10-02 12:30:51 -05:00
Dmitry Shmidt
22af0f1251 RESegmentItem 2013-10-02 21:20:59 +04:00
Roman Efimov
6a2441fbb8 Add REPickerItem, reference #78 2013-10-02 12:15:27 -05:00
Roman Efimov
82523522c5 Remove character limit example, #80 2013-10-02 11:20:43 -05:00
Roman Efimov
b1a57d922e Fix hardcoded character limit, #80 2013-10-02 11:17:13 -05:00
Roman Efimov
f83c5972b8 Use project code formatting, #80 2013-10-02 11:16:34 -05:00
Roman Efimov
59be710396 Merge pull request #80 from XBeg9/characters_limit
Add support to limit characters in RETextItem
2013-10-02 09:15:33 -07:00
Roman Efimov
6b2ffd2104 Merge pull request #81 from XBeg9/doneButtonHandler
Add handler for Toolbar Done button
2013-10-02 07:25:16 -07:00
Roman Efimov
6c76dd108b Merge pull request #79 from XBeg9/subclass_issue
If you subclass existing Items class for Example RETextItem or etc, maximumTit...
2013-10-02 07:24:54 -07:00
Fedya Skitsko
5278b5efbf Add handler for Toolbar Done button 2013-10-02 12:49:57 +03:00
Fedya Skitsko
d90cb61c53 Add support to limit characters in RETextItem 2013-10-02 12:24:12 +03:00
Fedya Skitsko
fce7cc5945 If you subclass existing Items for Example RETextItem or etc, maximumTitleWidthWithFont is not working properly 2013-10-02 11:07:01 +03:00
Roman Efimov
676bab813e Update README.md 2013-09-23 14:35:32 -05:00
Roman Efimov
883e1d2a2f Version bump (1.3.2) 1.3.2 2013-09-23 14:11:25 -05:00
Roman Efimov
d558db0685 Version bump (1.3.2) 2013-09-23 14:11:04 -05:00
Roman Efimov
e8743eb93e Assign selectedItem accessory type, so it will not disappear while scrolling, fix #54 2013-09-23 14:10:20 -05:00
Roman Efimov
c38ce5d5de Version bump (1.3.1) 1.3.1 2013-09-22 13:43:56 -05:00
Roman Efimov
6eb91980b4 Fix unused function warning, issue #48 2013-09-21 10:20:36 -05:00
Roman Efimov
a671e669fe Fix RETableViewSection maximumTitleWidthWithFont incorrect for RERadioItem, close #51 2013-09-20 16:40:35 -05:00
Roman Efimov
212082d62e Remove unused line 2013-09-20 16:37:50 -05:00
Roman Efimov
960115e17d Update license 2013-09-20 16:37:02 -05:00
Roman Efimov
20f202b821 Fix deprecation warnings, close #48 2013-09-20 16:35:36 -05:00
Roman Efimov
abb0d7fd26 Use self.tableViewManager.tableView instead of self.superview 2013-09-20 15:44:31 -05:00
Roman Efimov
ef80c71c25 Add interface for registerClass:forCellWithReuseIdentifier:bundle: 1.3 2013-09-18 15:23:36 -05:00
Roman Efimov
1d9046b3f8 Support for custom bundle XIBs 2013-09-18 15:19:36 -05:00
Roman Efimov
c75857c3bf Version bump (1.3) 2013-09-18 15:11:39 -05:00
Roman Efimov
246a95ea77 Update dependencies 2013-09-18 14:19:20 -05:00
Roman Efimov
e3b0af4985 Update dependency version 2013-09-18 14:17:15 -05:00
Roman Efimov
5821b778e0 Left align value labels of RETableViewDateTimeCell and RETableViewOptionCell when title is nil, fix #44 2013-09-18 11:45:41 -05:00
Roman Efimov
05f613fb3c Version bump (1.3), REValidation version bump (0.1.4) 2013-09-18 11:39:53 -05:00
Roman Efimov
8919ed6316 Update validators, add missing items validators, fix #45 2013-09-18 11:39:15 -05:00
Roman Efimov
8e13e705b7 End table view editing when an option item is being selected, fix #42 2013-09-17 12:33:41 -05:00
Roman Efimov
9f0fee9394 Redacted -> 7 2013-09-17 09:41:21 -05:00
Roman Efimov
e8f5aae584 Add xccheckout 2013-09-17 09:22:33 -05:00