how can i check if a textfield contains a specific value i tried using the
if(x.text = @"hello")
however this would work since it would always show me the alertiview i had below this code. I think i am missing something from my comparision however i am unsure.