Kevin G Christiano
|
2ec963e2b6
|
latest changes of pr.
|
2020-01-07 16:08:53 -05:00 |
|
Kevin G Christiano
|
05b3f78853
|
dropping extraneous top and bottom constraints.
|
2020-01-07 11:36:14 -05:00 |
|
Kevin G Christiano
|
dc201022ea
|
changed comment.
|
2020-01-03 14:15:22 -05:00 |
|
Kevin G Christiano
|
d2162cb9b6
|
removed override to conform.
|
2019-12-20 08:43:13 -05:00 |
|
Kevin G Christiano
|
cf41609210
|
correcting alignment func.
|
2019-12-19 16:09:41 -05:00 |
|
Kevin G Christiano
|
a04399516d
|
Merge branch 'develop' into feature/swiftified_textField
# Conflicts:
# MVMCoreUI/Atoms/Views/Checkbox.swift
|
2019-12-19 15:32:57 -05:00 |
|
Kevin G Christiano
|
3b59e03695
|
Merge branch 'develop' into feature/swiftified_textField
# Conflicts:
# MVMCoreUI/Atoms/Buttons/CaretButton.swift
# MVMCoreUI/Molecules/Items/MoleculeTableViewCell.swift
|
2019-12-19 15:11:48 -05:00 |
|
Kevin G Christiano
|
f56b08fa0c
|
Merge branch 'develop' into feature/checkboxView_constraints
# Conflicts:
# MVMCoreUI/Atoms/Views/CheckboxWithLabelView.swift
|
2019-12-19 11:21:44 -05:00 |
|
Kevin G Christiano
|
6c9fede0b9
|
improved reset.
|
2019-12-19 11:12:59 -05:00 |
|
Kevin G Christiano
|
9e5ccb01a7
|
removed unused func.
|
2019-12-19 11:09:18 -05:00 |
|
Pan, Xinlei (Ryan)
|
21da4f960d
|
Merge branch 'feature/container' into 'develop'
Feature/container
See merge request BPHV_MIPS/mvm_core_ui!202
|
2019-12-19 11:05:58 -05:00 |
|
Khan, Arshad
|
eec15fc65e
|
added comment as per Scott feedback
|
2019-12-19 19:21:49 +05:30 |
|
Kevin G Christiano
|
37ddf23278
|
Latest changes to make it better.
|
2019-12-18 16:12:09 -05:00 |
|
Khan, Arshad
|
aff4b75368
|
Changing to CGFloat, instead of Double as per feedback provided by Ryan.
Root Cause: Swift was treating it as Double, instead of Float.
|
2019-12-18 22:28:22 +05:30 |
|
Khan, Arshad
|
95c528b658
|
progress bar percentage is been treated as Double for two decimal places(Like 54.17) in iOS JSON object, due to that progress percentage is not shown, where as working on Android.
So, changing Float to Double.
|
2019-12-18 21:20:58 +05:30 |
|
Kevin G Christiano
|
d8030b178f
|
removed unneeded statement.
|
2019-12-17 14:07:59 -05:00 |
|
Pfeil, Scott Robert
|
dc8910c61d
|
add height constraint
|
2019-12-16 13:54:52 -05:00 |
|
Pfeil, Scott Robert
|
092dfd6ad0
|
List item updates
|
2019-12-16 13:40:04 -05:00 |
|
Pfeil, Scott Robert
|
f610264327
|
alignment updates
|
2019-12-16 11:19:30 -05:00 |
|
Kevin G Christiano
|
1fec5464af
|
feedback independence.
|
2019-12-16 10:02:41 -05:00 |
|
Kevin G Christiano
|
bcddc0b311
|
Adjusted validation logic.
|
2019-12-16 08:53:45 -05:00 |
|
Kevin G Christiano
|
44ff5e9d3c
|
Further development of Entry Field.
|
2019-12-13 12:54:43 -05:00 |
|
Kevin G Christiano
|
59008f87d0
|
Making further improvements from design specs.
|
2019-12-12 16:47:07 -05:00 |
|
Kevin G Christiano
|
3dd9decfed
|
Removed height constraint. This class will expect text to function properly.
|
2019-12-12 14:53:52 -05:00 |
|
Kevin G Christiano
|
8804e21d3c
|
New constant. Updated control to work with Apple's design guidelines with control. Updates made to checkbox and checkboxLabel.
|
2019-12-12 14:42:32 -05:00 |
|
Kevin G Christiano
|
ed18970625
|
correcting errors. Improving Control.
|
2019-12-12 09:23:04 -05:00 |
|
Kevin G Christiano
|
335649860b
|
constraint adjustments.
|
2019-12-10 11:15:09 -05:00 |
|
Kevin G Christiano
|
a7989c589f
|
Increased the tappable space of the Checkbox.
|
2019-12-09 11:03:31 -05:00 |
|
Kevin G Christiano
|
420a874711
|
Making container tappabble to increase actionable surface area.
|
2019-12-05 14:07:53 -05:00 |
|
Kevin G Christiano
|
aaa8e4132e
|
Brought back resizing to checkbox.
|
2019-12-04 16:25:31 -05:00 |
|
Pfeil, Scott Robert
|
d95e42330e
|
moving files
|
2019-12-04 13:09:50 -05:00 |
|
Kevin G Christiano
|
9b53f4bac0
|
Paired down constraints. Made variables public. Mild formatting.
|
2019-12-03 09:07:43 -05:00 |
|
Kevin G Christiano
|
b443c4a389
|
Reducing constraints.
|
2019-12-02 17:33:06 -05:00 |
|
Kevin G Christiano
|
65586a7568
|
Adding another location to execute external code.
|
2019-12-02 11:05:08 -05:00 |
|
Kevin G Christiano
|
5e28b0bdc5
|
Merge branch 'develop' into feature/swiftified_textField
|
2019-12-02 10:43:45 -05:00 |
|
Kevin G Christiano
|
2319c4c70f
|
overrdie applied.
|
2019-12-02 10:43:08 -05:00 |
|
Pfeil, Scott Robert
|
3e46438fd0
|
label font bugfix caused by the dissonance between label and styler setting....
|
2019-12-02 10:11:04 -05:00 |
|
Kevin G Christiano
|
6a34370083
|
returned func.
|
2019-12-02 09:50:30 -05:00 |
|
Kevin G Christiano
|
0f04ebe177
|
Merge branch 'develop' into feature/swiftified_textField
# Conflicts:
# MVMCoreUI.xcodeproj/project.pbxproj
# MVMCoreUI/OtherHandlers/MVMCoreUIMoleculeMappingObject.m
|
2019-12-02 09:04:17 -05:00 |
|
Kevin G Christiano
|
4d3e5544fb
|
Merge branch 'feature/swiftified_textField' of gitlab.verizon.com:BPHV_MIPS/mvm_core_ui into feature/swiftified_textField
|
2019-12-02 08:57:08 -05:00 |
|
Kevin G Christiano
|
fc7ef567e3
|
Revised Superclass.
|
2019-12-02 08:56:58 -05:00 |
|
Pfeil, Scott Robert
|
ee773eed89
|
key change
|
2019-11-27 15:02:03 -05:00 |
|
Pfeil, Scott Robert
|
63556707bc
|
temporary dropdown molecule
label reuse font fixes
|
2019-11-27 13:49:01 -05:00 |
|
Khan, Arshad
|
c999f6f777
|
opening few properties
|
2019-11-27 21:43:42 +05:30 |
|
Khan, Arshad
|
f2f9d5d0d7
|
Adding open to required functions, which need to override in MF component.
Adding mapping for dropDown.
|
2019-11-27 21:12:41 +05:30 |
|
Kevin G Christiano
|
3654b05773
|
removed unneeded method. mild changes.
|
2019-11-25 16:35:28 -05:00 |
|
Pfeil, Scott Robert
|
392ab144ac
|
small fixes
|
2019-11-25 16:01:43 -05:00 |
|
Kevin G Christiano
|
cfffbabe58
|
identity and callback.
|
2019-11-25 12:27:32 -05:00 |
|
Kevin G Christiano
|
dc8293b08b
|
more refinement of errors.
|
2019-11-22 14:33:46 -05:00 |
|
Kevin G Christiano
|
72553935c2
|
latestst state.
|
2019-11-22 12:53:40 -05:00 |
|