On Mar 23, 2013, at 12:18 AM, Steve Mills wrote:
> On Mar 13, 2013, at 10:34:35, Ken Thomases wrote:
>
>> The Window Server moves most windows entirely without involving the app
>> (until the move is completed). If you want to change how windows get moved,
>> I think you have to take over the
Master-Detail pattern.
Select an item in the table view.
Detail view loads detail.
In this case detail view has 3 swipeable pages that loop.
Sounds like you could do it with one or two or more. Up to you.
Really just swapping out data, views themselves aren't necessarily different
as data c
I get many repetitive messages in the console: "CoreAnimation:
rendering error 506"
It disappears when I turn off creating any child layers in my
layer-hosting views.
What could it be caused by?
Can I somehow insert a breakpoint to catch where this output is made?
I tried symbolic breakpoints on
On Fri, 22 Mar 2013 22:02:04 -0400, Koen van der Drift
said:
>I'd like to make a view layout similar to the Apple Stocks app, where the top
>view remains the same and the bottom view can be swiped to display different
>info views related to the top view.
>
>How should I design the view-controll
On Fri, 22 Mar 2013 15:27:08 -0700, Quincey Morris
said:
>If you want to declare a private ivar yourself, you should do it in the
>implementation and not in the interface:
>
> @implementation MyClass
> {
> NSNumber* _someProperty;
> }
> @end
And if you want
On Fri, 22 Mar 2013 09:31:28 +0100, Torsten Curdt said:
>> If you want a button in the UINavigationBar to do something other than "go
>> back", don't use a back button.
>
>I should just go back. I don't want to change that.
>It's just about the "how" - the animation.
Sorry, but why? Seriously, t
On Mar 23, 2013, at 02:41:21, Ken Thomases
wrote:
> Meaning you've overridden -isMovable? Or did you call -setMovable: with NO?
> I think you have to do the latter because that configures the Window Server's
> metadata about the window. It might also configure the theme frame views
> (the
… or maybe Divine Guidance.
I have an iPad project that requires a collection view and since
UICollectionView et al is iOS 6 …
1. Use UICollectionView and abandon iOS 5 users
2. Use som iOS 5 collection view (what might that be?)
-koko
___
Cocoa-dev
This collection view class works on iOS 5. It's an implementation of
UICollectionView (same API).
https://github.com/steipete/PSTCollectionView
On Mar 23, 2013, at 11:29 AM, koko wrote:
> 2. Use som iOS 5 collection view (what might that be?)
___
I preach option 1. I don't know what the adoption rate of iOS 6 is these days,
but it was 60% of all iPhones within two weeks of launch*, I'd venture it's
around 90+% nowadays. Moreover I think the set of people who don't update their
OS probably has a decent percentage of people who won't updat
The asterisk is there because I meant to cite my source:
http://www.zdnet.com/60-percent-of-iphones-now-running-ios-6-report-705169/
Luke
On Mar 23, 2013, at 11:35 AM, Luke the Hiesterman
wrote:
> I preach option 1. I don't know what the adoption rate of iOS 6 is these
> days, but it was
Hi,
I am using ASL to print the syslog. But here are the following points I am
looking for.
1. Everytime I tried polling for next messages it always gives me the
all the messages from the start. There is a timestamp entry. Is there a way
I can able to print from the last time stamp?
2.
On Mar 23, 2013, at 1:47 PM, cocoa-dev-requ...@lists.apple.com wrote:
> On 2013/03/23, at 11:02, Koen van der Drift wrote:
>
>> I'd like to make a view layout similar to the Apple Stocks app, where the
>> top view remains the same and the bottom view can be swiped to display
>> different info v
On Mar 23, 2013, at 1:47 PM, cocoa-dev-requ...@lists.apple.com wrote:
> From: Luke Hiesterman
> To: koko
> Cc: Cocoa Dev
> Subject: Re: Design Guidance
> Message-ID:
> Content-Type: text/plain; charset=Windows-1252
>
> I preach option 1. I don't know what the adoption rate of iOS 6 is these
I second Matt's approach. To emulate the look of Apple Stocks, use a
single UIViewController that contains a UITableView in the upper
section with a horizontal scrolling UIScrollView in the lower (with
paging enabled). There also appears to be a black frame in a
UImageView that is masking the corne
I use tail in the shell like so:
tail -f '../iPhone Simulator log.txt' | sed -e 's/.*]/]/g'
Note that this strips off the time stamp, but there are options in the tail
manual to specify a fair number of options on what you're getting back in the
file you're tailing.
On Mar 23, 2013, at 2:47 P
Thanks, I'll explore the approach with a single UIViewController and two
'panes'.
- Koen.
On Mar 23, 2013, at 3:54 PM, Roger Dalal wrote:
> I second Matt's approach. To emulate the look of Apple Stocks, use a
> single UIViewController that contains a UITableView in the upper
> section with a h
17 matches
Mail list logo