Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COThanks, I will give this a try this evening and see how I do, I will reply with my results. Regarding using an actual button, I have a fair amount of text on the label - Maybe I could use a button, and just set word-wrap. Right now, I am assigning the label.text to the value of the variable. I'm not sure if there is a way to get the text on the button and then set that to be the value of the variable, but I supposed to could set it manually as well. Thanks! Rob
      singulars
    2. COTHanks Matto, I tried to get the above example to work, but was not successful. However, I went with using an actual button instead of a label, and that worked well! The only thing I wish was that I could assign whatever content text the button has (something like - self.myvariable = mybutton.text}, rather than have the text in the button, and then also have the text again when I set the variable to the string. But your suggestion of using an actual button looks like the way to go! Thanks! Rob
      singulars
    3. CO@user1362308 Hey Rob, I'm surprised it didn't work for you. I'm not sure if your looking to pursue this or not, but if you are, I'd check that you xib file is being loaded (sounds like it is) and that the label is linked. Also 'l1.userInteractionEnabled = YES;' is KEY to the gesture recognizer working. Anyway, if you are curious to find out how to get it to work the other way, feel free to respond.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload