Skip to content

Commit

Permalink
Removed placeholder from feedback form
Browse files Browse the repository at this point in the history
  • Loading branch information
umutalparslan committed Feb 18, 2022
1 parent a40118b commit 148b4f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- Colorful (3.0.0)
- Eureka (5.3.4)
- Euromsg (2.5.4)
- VisilabsIOS (3.5.0)
- VisilabsIOS (3.5.1)

DEPENDENCIES:
- CleanyModal
Expand All @@ -28,7 +28,7 @@ SPEC CHECKSUMS:
Colorful: 9e093edacaa9fb73512ad9da157f0707b82d2542
Eureka: 60cf058f86a8fb3ed26165ba5292b9850361b0a6
Euromsg: 8470ed156a16a11f4441087b16f844441adc71d1
VisilabsIOS: defd819d075c3dc84a453e6628b7e5539093de3e
VisilabsIOS: defb32aea563b0f7d0cc3712c2900dbcf02638af

PODFILE CHECKSUM: 37eb5f3e9a2f3ac48e581d087a56e280a7f7889b

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ extension VisilabsPopupDialogDefaultView {

internal func setFeedbackTF() -> UITextField {
let tf = UITextField(frame: .zero)
tf.placeholder = "Please let us know what did make you unhappy."
tf.font = .systemFont(ofSize: 11)
tf.backgroundColor = .white
tf.textColor = .black
Expand Down
2 changes: 1 addition & 1 deletion VisilabsIOS.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'VisilabsIOS'
s.module_name = 'VisilabsIOS'
s.version = '3.5.0'
s.version = '3.5.1'
s.summary = 'VisilabsIOS IOS SDK'
s.description = 'VisilabsIOS IOS SDK for analytics and recommendation'
s.homepage = 'https://www.relateddigital.com'
Expand Down

0 comments on commit 148b4f8

Please sign in to comment.