On Oct 15, 2014, at 23:05 , Graham Cox wrote:
> I don't know, but it seems to bethat my system is screwed up in some way that
> the usual lsregister rebuild isn't clearing. If that's the case then this
> screw-up occurred using Xcode 6.0.1's UTI editor plus launching my app,
> nothing especial
Something is extremely screwy.
I've rebuilt the lsregister, I've rebooted in safe mode, tried everything that
I can find hints about on the 'net.
In my app, I log the results from +readableTypes and they all look fine.
Experimenting, these seem only to be derived from the document types I decla
In the running apps view(double-tap Home button) there are two rows each
which contain two different types of cells. How would one implement this
using UICollectionView?
I more or less want to do this where the lower row cells are slightly
narrower than the upper row such that when you swipe to sc
On 16 Oct 2014, at 2:19 pm, Kyle Sluder wrote:
> Is there another app on your system declaring that file extension for its own
> UTI? You can dump the database with lsregister(1).
No, I used lsregister -dump and my app is the only one.
I'm going backwards now - having rebuilt using lsregiste
On Oct 15, 2014, at 8:14 PM, Graham Cox wrote:
>
> Hi all,
>
> My app declares 3 UTIs for import, which are basically the same as the
> document types it supports.
>
> It imports two of the types fine, but the other (which is actually the
> default native format) it refuses to accept - I get
Hi all,
My app declares 3 UTIs for import, which are basically the same as the document
types it supports.
It imports two of the types fine, but the other (which is actually the default
native format) it refuses to accept - I get a message to say that my app cannot
open documents of such-and-s
Hi Howard,
I tried to capture some of my interpretation of apple's documentation about ARC
into a blog post which you might find useful. Note also the links to 2 other
blog posts which I would recommend.
http://blog.yvs.eu.com/2013/04/learning-arc/
I did a followup blog post, but it is mostly
Oh, ok, thanks! Yes, that works, simply removing the (assign) or (retain)
(leaving it as the default, strong).
It's hard to follow examples I find on the internet since so many are out of
date or don't use ARC, and there's no easy way to tell them apart.
Thanks!
-Howard
On Oct 15, 201
> On Oct 15, 2014, at 1:58 PM, Howard Moon wrote:
>
> I think I resolved it… my data object's members were all declared using
> @property(assign). I changed those all to @property(retain), and it works
> now.
Don't use assign or retain in ARC, use weak and strong. (And generally you'd
just
You mit want to check out singleton creation if you want to access at data
object from multiple objects.
Just google for Matt Galloway singleton and the first link should show you what
you need.
This is geared for iOS but I suspect it should work fine if you are targeting
the Mac as well.
C
I think I resolved it… my data object's members were all declared using
@property(assign). I changed those all to @property(retain), and it works now.
Thanks,
Howard
On Oct 15, 2014, at 1:42 PM, Howard Moon wrote:
> Hi,
>
> I'm working on my first ARC-enabled app, but am having
Hi,
I'm working on my first ARC-enabled app, but am having a problem with
how to keep my delegate's member data alive.
At startup (in the delegate's applicationDidFinishLaunching: function),
my delegate initializes a data object (a member of the delegate) containing
some NSStri
Hi,
In my user interface, I can have the user edit a field on an object, and
behind the scenes this will trigger a cascade of other changes to other
objects. As a result, I don't just need to validate the value the user
typed in, I also need to validate all of the other changes that that single
ed
I wouldn't say that I was using it incorrectly since the user also can
change the segmented control, but when the form fails to validate, it
shifts to the unfinished section programmatically.
I wondered if someone would call me on the fact that they all fall under
the UIControlEvents which are all
On Oct 15, 2014, at 10:00 AM, Keary Suska wrote:
> It is also useful to know that "event" handling almost exclusively relate to
> device input, not to programmatic changes. I.e., setting the value of a
> control is not an "event" so no event handling will get involved. You
> certainly could ca
On Oct 15, 2014, at 9:46 AM, Daniel Blakemore wrote:
> I can understand that it might behave that way. It's not in and of itself
> unreasonable, although in my opinion if the selected segment changes
> visually, it's kind of weird not to send the message since the key isn't
> UIControlEventValue
I can understand that it might behave that way. It's not in and of itself
unreasonable, although in my opinion if the selected segment changes
visually, it's kind of weird not to send the message since the key isn't
UIControlEventValueChangedButReallyIOnlyCareAboutWhenTheChangeCameFromATouch.
The
On 10/10/14, 8:29 PM, "Quincey Morris"
mailto:quinceymor...@rivergatesoftware.com>>
wrote:
On Oct 10, 2014, at 13:34 , Matthew LeRoy
mailto:mle...@minitab.com>> wrote:
Not entirely sure where to go from here.
It’s not clear to me whether the deferral of the open panel’s disappearance is
a mere
Of course in the penultimate paragraph I meant I redesigned the TEXT VIEW this
way to filter notifications.
I never seem to find typos until after my posts appear… :-/
--
Charles
On Wednesday, October 15, 2014 at 7:40, Charles Jenkins wrote:
> Ken,
>
> Thanks for looking it over. :-)
Ken,
Thanks for looking it over. :-) I guess I misunderstood the documentation. I
thought if you dragged out a table view from the palette into a NIB, you got a
full hierarchy of objects (including the extra scroll view I specifically don’t
want), but if you created it programmatically you ha
Looks like 'restoration ID' is in fact, the identifier (in the Identity panel).
Badly labelled, and obviously reconsidered for 6.1...
--Graham
On 15 Oct 2014, at 3:48 pm, Dave Fernandes wrote:
> I’m using Xcode 6.1 GM candidate, and it is in the Identity inspector. I
> don’t even see a resto
21 matches
Mail list logo