Profile_bird

Hey there! pilky is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving pilky's tweets.

Already using Twitter
from your phone? Click here.

pilky

  1. Time for bed.
  2. I wonder how many web app advocates have ever coded for the desktop/mobile?
  3. @KuraFire Most of us know that. You might have more success getting @ppk to actually do some native dev so he can compare the two.
  4. Bah, I can't get my head around exactly how this splitview should work. It isn't exactly hard, but my mind switches off when I try
  5. My mind is not working properly today. Might get off the computer for a while
  6. @alancfrancis I'm not sure there is a way to test that other than method swizzling -autorelease to let you do something to confirm it.
  7. @sgaw Well I'm just thinking in one direction, so either 4 columns or 4 rows. You can embed splitviews in other for different directions
  8. @nevali If I limit it to two modes: 2 subviews/3 subviews, then I can also make the IBPlugin a lot more powerful.
  9. @nevali Well the thing is, how many mac apps need more than 3. Do I want to handle the 0.1% case and require a lot more coding.
  10. @nevali It isn't a case of the number, it's a case of not knowing the max. If I can hardcode n max it makes life a LOT easier.
  11. The issue is the unlimited version leads to all sorts of problems with tiny edge cases that need to be handle.
  12. The reason I ask is I'm debating whether to handle 99.9% of cases and offer a max of 3, or 100% and offer an unlimited max
  13. OK, I need help. How many subviews in a single direction would you ever use?
  14. @mikeabdullah Just keeps it clean. I prefer smaller nibs
  15. If there was a god, why would he build in such a bad design flaw as being able to sleep in an awkward and not have it wake you up
  16. @mikeabdullah Basically I want a control designed for that
  17. @mikeabdullah Well 99% of the time I don't put controls directly in splitviews, each subview has a view controller
  18. Time for bed. Tomorrow I steam ahead with M3SplitView
  19. @uliwitness Thats one of the things I love about Bazaar
  20. @mikeabdullah Possibly. But a separate controller might be too much. It only needs to hold an object