iOS Question textfield.text value while sending to db

tufanv

Expert
Licensed User
Longtime User
Hello

I am sending the value of a textfield to my remote database. If the textfield is empty it passes to database like this :

<B4ITextFieldWrapper: <UITextField: 0x14cdc71f0; f..

how can i prevent it and sent a empty string to database ?

TY
 

JanPRO

Well-Known Member
Licensed User
Longtime User
Hi,
If the textfield is empty it passes to database like this
Are you 100% sure?
Maybe you have forgotten the .Text property, can you post your code?

Jan
 
Upvote 0
Top