Note that there are some explanatory texts on larger screens.

plurals
  1. USmgrandi
    primarykey
    data
    text
    plurals
    1. COMy problem was that the access permissions were wrong on the file i was trying to access. It seems like its a 'duh' solution but i would check the file properties->security and make sure that the correct access group can access the files, as its the most obvious case of 'ACCESS_DENIED', cause...you cannot access the files =P
      singulars
    2. COWow, this was driving me crazy, I had a button that had a default position, but i was setting it to the 'correct' position at runtime, but it wasn't applying the first time, only the second. Like: first time: infoButton: {{541, 504}, {32, 32}} -> {{541, 420.786}, {32, 32}}, second time: infoButton: {{541, 504}, {32, 32}} -> {{541, 420.786}, {32, 32}}, after the second time it stayed at the correct coordinates, but i couldn't figure out why it was resetting. I turned off autolayout for the xib and then it worked! dunno what was happening...
      singulars
    3. COI found this in the documentation: "This property contains the desired size for the view controller when it is displayed in a popover. By default, the width is set to 320 points and the height is set to 1100 points. " So if you do NOT set the contentSizeForViewInPopover explicitly , it will be 320x1100, this was driving me crazy as I thought apple would use sane defaults and make contentSizeForViewInPopover default to the view's frame or something, but apparently this is not the case. So set contentSizeForViewinPopover if you want your popover's to behave!
      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