Im trying to set up the variable keybutton to allow me to retrieve all my buttons in the keyboard view. I don’t know how to write it though.
another form of this initializaiton is with an NSArray:
for(UIButton *keyButton in self.KeyBoardButtons){
The NSSArray (keyboardButtons) works, so how can i replace that to return the buttons in a UIView.
I finally figured it out.
I hope this helps people and i don’t get down-voted for the post, because i really couldn’t find it with any searching.
Solved with trial and error.