The 2010-2011 version of the iPhone/iPad/iPod Touch/Apple TV operating system family, made by Apple.

learn more… | top users | synonyms (6)

2
votes
1answer
19 views

Is it okay use NSDictionary as a parameter in protocol method?

I want to pass NSDictionary containing values using a protocol method to a view controller and was wondering if it is okay to do it or i need to use (id) and then in my view controller where i define ...
0
votes
1answer
23 views

Status bar in iOS remains in the last orientation view

Status Bar in my application remains in the last orientation view I have selected. In my app I am playing You tube video but I am not using web view for its playing they are automatically played after ...
0
votes
0answers
6 views

Event alarms not created correctly in EventKit with iOS4.3 / calendars synced to Google Calendar

I have a seemingly straightforward, textbook case of using EventKit to create events with alarms. Frustratingly, it doesn't work. Here's what I'm doing: Create an EKEvent with [EKEvent ...
0
votes
0answers
6 views

Facebook sdk is crashing on ios 4.3 but working fine on 5.0

I am using Facebook SDKs to post on the wall, But whenever the app authenticate the user and comes back to the app it crash on ios 4.3 simulator and same work fine on ios 5.0. Below is the content of ...
0
votes
1answer
36 views

Below UITextChecker Function Is Not Working Properly

NSString * currentWord; currentWord = Text.text; UITextChecker* checker = [[UITextChecker alloc] init]; NSString* preferredLanguage = [[UITextChecker availableLanguages] ...
0
votes
0answers
19 views

EventKit updating/deleting events: strange intermittent problems

I am fetching EventKit EKEvent instances with [EKEventStore eventsMatchingPredicate:]. I then either delete them (by using [EKEventStore removeEvent:span:error:]) or modify them (by setting various ...
0
votes
1answer
39 views

Which method to use to extract frames from the video in iphone?

I am working on app where I am supposed to extract the frames of video.So after doing lot of R&D i found following methods. 1)Using iFrameExtractor which uses ffmpeg framework ...
0
votes
3answers
37 views

Core data creates an sqlite file with no tables

I am creating an ios application with xcode 4.6.1 which uses core data to save data in the database, i have provided the deployment target as ios 4.3 and the base sdk is set to latest 6.1. The place ...
0
votes
1answer
36 views

How to include FFMpeg library in iphone project

I am using iFrameExtractor to extract the frames. But when I clone the project I found that few files from ffmpeg framework was missing. I tried hard to include the missing file, but was not able to ...
0
votes
2answers
43 views

How to know whether ALAsset url contains video or image?

I am working on application in which I am getting an asset urls of the videos and images which are stored in library. I want to know dynamically the url contains image or video .. It is possible with ...
-2
votes
2answers
49 views

Local declaration of 'textField' hides instance variable

-(BOOL) textFieldShouldReturn:(UITEXTField *)textField { [textField resignFirstResponder]; NSLog(@"text === %@",textField.text); NSString *str = ...
0
votes
1answer
56 views

Is it possible to have different style font when on a selected tab in UISegmentedControl?

I have written this code to set font attributes for UISegmentedControl for normal state and highlighted state but its not working. Please help me point out why. NSDictionary *attributes = ...
0
votes
0answers
26 views

How can i get the alarms and recurrenceRules in iphone ios4.3

Can somebody help me to get the alarms and recurrence rule in iphone ios 4.3 because the EKCalendarItems are only available on ios 5.0 and up. Thanks in advance.
-2
votes
0answers
27 views

EKCalendar not working in ios 4.3 will someone give me a replacement code for this?

Thus the EKCalendarItem is supported in ios4.3? my app is crashing in ios4.3 becuase of getting the array of recurrenceRules.Can some give me a replacement code so my app will run in ios 4.3 help me ...
0
votes
1answer
40 views

Merge images and videos to make a complete movie

I am working on application in which I am suppose to implement the functionality where the user can merge images and videos to make a complete movie. I know how to merge videos only using ...

1 2 3 4 5 294
15 30 50 per page