Re: AVFoundation joining Audio files

2014-06-02 Thread Rhythmic Fistman
Try AAC in m4a, that's an lossy compression format that is AVFoundation friendly. RF On 2 June 2014 11:45, Damien Cooke dam...@smartphonedev.com wrote: Hi All, In our specific market video app we take videos and merge them together and they are used for advertising. We can add music or a

Re: Need some clarity about iOS developer Registration.

2012-09-28 Thread The Rhythmic
Sorry, my answer was that it supports devices i.e. iphone, ipod, ipad (upto 100). (not a PC, of course!) On Fri, Sep 28, 2012 at 4:34 AM, z...@mac.com wrote: Since when does iOS or the Mac OS run on a PC? Sent from my Verizon Wireless BlackBerry -Original Message- From: kiran

Re: UITableView not obeying storyboard settings

2012-07-31 Thread The Rhythmic
Have you connected an IBOutlet from code then linked it in storyboard? I assume you are programmatically setting the frame on this IBOutlet. And, Did you check the Table View object's autosizing in Storyboard? To debug, you can try adding another table view object (ignore the problematic one)

Displaying history - potential ways to do it

2012-04-24 Thread The Rhythmic
Hi, Am a newbie to iOS development. I want to display the DB history i.e. the changes the users make to a specific critical table in the DB, from bottom-up, i.e. the first update appears bottom-most ...something like ... ... Apr 10th - Changed 'status' field from 'boolean' to 'char' Apr 5th -

Adding cells from the bottom (like a stack) in UITableView

2012-04-24 Thread The Rhythmic
Hi, Am a newbie to iOS programming. This is what am trying to do: 1. The user enters some text in the screen and it keeps getting added to a UITableView. 2. As usual, it's getting added *from* the top. 3. But I want to add it from the bottom i.e. each new message that's added is added *above

How to get the embossed look of the entire cell in UITableView?

2012-04-24 Thread The Rhythmic
Hi, Am a newbie to iOS programming. In the app am writing, am adding user inputs dynamically/programmatically to UITableView. For each user input, I put it in a UITableViewCell and add it to the UITableView. I want the table cells to look like in the iPhone 'Messages' screen (like a bubble or some

Displaying another page/view on button click

2012-04-20 Thread The Rhythmic
Hi, My apologies if this question sounds so trivial. Am a newbie to iOS development. so, am getting stuck even with the basics. Am using the book 'Beginning iOS 5 development' as a guidance and also google'ing around when I have specific questions this is one question am not able to get clarity

NSDate value set in one method, vanishes when accessed from another

2012-04-19 Thread The Rhythmic
Am sorry to ask such a trivial question. Am a newbie to Objective-C, simply cannot see how to get this working, after having tried several possible ways google'd around for it. Please help! My question is simple. I have a class-level NSDate object, which is declared outside any method in the

Displaying '%' in the UI

2012-04-17 Thread The Rhythmic
A trivial question, but not able to get to it. How am I to display '%' (percentage symbol) in the UI? Here is the code snippet, where am trying to set '%' to the end of a number (something like '100%'). But, '100' is getting displayed in the button's text, but how do I make it display the '%'

Re: Displaying an arbitrary unicode character using CGContextShowTextAtPoint or CGContextShowGlyphsAtPoint

2012-04-06 Thread Rhythmic Fistman
On 30 March 2012 18:18, Jeff Schriebman j...@leapfrogproductions.com wrote: I need to display the upwards arrow character in a specific position in a view. The unicode equivalence is U+2B06 and in UTF-8 it is E2 AC 86. I can successfully display it in Xcode on the console using NSLog(@This

Re: iOS 5: AVFoundation and MPMediaItemPropertyAssetURL

2012-04-06 Thread Rhythmic Fistman
On 6 April 2012 01:56, John Michael Zorko jmzo...@mac.com wrote: Hello, all ... I'm experimenting with making AVFoundation play local [purchased from] iTunes content on the device. I can set up an MPMediaQuery to fetch the content like so:    MPMediaQuery *query = [[[MPMediaQuery alloc]

Re: Delaying Between applicationWillResignActive and applicationDidEnterBackground

2012-03-21 Thread Rhythmic Fistman
On 21 March 2012 05:25, Brian Barnes gga...@charter.net wrote: I'm facing a real puzzle that might have an easy answer.  I've ported my game development software dim3 to iOS.  Works fine, but I'm having a problem with the application moving to the background.  My problem is twice as complex

Re: The use of UIActionSheet mysteriously disables our app with a white screen after memory warning.

2012-03-20 Thread Rhythmic Fistman
On 19 March 2012 23:09, G S stokest...@gmail.com wrote: On Mon, Mar 19, 2012 at 9:29 AM, Rhythmic Fistman rfist...@gmail.com wrote: I have this problem too. I have a small non-storyboard project that reproduces it a TSI in progress. Woah, finally, someone else emerges!  Please let us know

Re: The use of UIActionSheet mysteriously disables our app with a white screen after memory warning.

2012-03-20 Thread Rhythmic Fistman
On 20 March 2012 10:12, Rhythmic Fistman rfist...@gmail.com wrote: On 19 March 2012 23:09, G S stokest...@gmail.com wrote: On Mon, Mar 19, 2012 at 9:29 AM, Rhythmic Fistman rfist...@gmail.com wrote: I have this problem too. I have a small non-storyboard project that reproduces it a TSI

Re: The use of UIActionSheet mysteriously disables our app with a white screen after memory warning.

2012-03-19 Thread Rhythmic Fistman
I have this problem too. I have a small non-storyboard project that reproduces it a TSI in progress. I'd love to sort it out. RF. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the