Correct Answer:
SHA-1
SHA - 256
SHA-2
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Apple Pay buttons can be used to invoke other views as well.
For portrait and landscape formats. same style of the buttons should be used.
Payment buttons must always invoke the Apple Pay payment sheet.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
contains
formUnion
insert
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
If object OBJB destroys OBJX, then OBJA will become a dangling pointer.
The dangling pointer in option C can cause the related app to crash.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
iOS 10 onwards can now fetch and fault concurrently with other peer NSManagedObjectContext instances.
Nested NSManagedObjectContext instances still serialize requests against their parent context.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
INlntentResponseParameter
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The retain and release messages can be still called directly while using ARC.
It may insert temporary variables for efficient memory management.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
startRunning ()
stopRunning ()
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The performBlockAndWait implicitly includes an autorelease pool around each block.
NSManagedObjectContext defaults to a nil NSUndoManager on macOS. It is always defaulted to nil on ios.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Audio and AirPlay modes allow an app to play audio content or record audio in the background.
Location updates mode allows an app to inform the device users of their location.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It provides product information.
It makes payment requests.
It processes payment requests.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Devices having iOS 10 or higher.
Devices having macOS 10.12 or higher.
Safari Desktop browser.
Chrome Desktop browser.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Slicing
Bitcode
On demand Resources
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
DispatchQueue
DispatchSource
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The Find pasteboard is unavailable.
The new Handoff feature allows the general pasteboard contents to automatically transfer between devices.
The UlPasteboard class supports the Clipboard feature, which lets users copy and paste between devices.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
uuid
callUUID
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
beginBackgroundTaskWithName:expirationHandler
endBackgroundTask
applicationDidEnterBackground
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Xcode now supports automatic generation of NSFetchRequest subclasses in the modeling tool.
In the entity inspector of Xcode. category/extension generates a class extension in a file named such as CIassName+CoreDataGeneratedProperties.
The generated files are placed in DerivedData, and are indexed by Xcode for faster searching and commandline locating.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It is a process of creating and delivering variants of an app.
It is an intermediate representation of a compiled program.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The result type for an NSFetchRequest is NSFetchRequestResult.
When an NSFetchedResultsController object is initialized, the required parameters are: a fetch request and a managed object context.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It contains the information about a request for payment and its payment processing capabilities.
It contains the information about the payment amount.
It contains the information about the shipping address.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Action
Content Blocker
Photo Editing
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It has new methods: entity() and fetchRequest()
It uses initfcontext: NSManagedObjectContext) to initiate the class object.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
This class is used to execute one or more block objects concurrently.
This class is used to define custom operation objects.
Subclassing this class enables full control over the implementation of operations.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
showcase a custom user interface inside the Messages app using the MSMessagesAppViewController class.
create a custom or dynamic sticker browser using the MSStickerBrowserViewControlIer class. insert text, stickers or media files into the Messages app‘s input field using the MSMessage Class.
update interactive messages (e.g. creating games or collaborative apps) using the MSSession class.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
func ChangedValuesForCurrentEven ()
func awake(fromSnapshotEvents: NSSnapshotEventType)
func entity()
func fetchRequestO
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
In iOS10. it is now a parameterized type based on a new NSFetchRequestResult protocol.
NSFetchRequest also offers a new method executeo. and directs the NSManagedObjectContext to execute a fetch request.
The result type for an NSFetchRequest is NSFetchRequestResult.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
[7| NSAIlowsArbitraryLoadslnWebContent
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
NSAllowsLocalNetworking
NSlncludesSubdomains
NSRequiresCertificateTransparency
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
AVCapturelnput
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Retain Count
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
AVCaptureSession
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
callType
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
PKPayment
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Fixed Subscription.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Authorization & delayed capture.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
NSOueryGenerationToken
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
AVDepthData
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
NSObject class.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
NSObject
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
UNNotificationRequest
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
AVCaptureStilllmageOutput
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
AVCapturePhoto
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
NSAIIowsArbitraryLoadsanebContent
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
UNPushNotificationTrigger
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
INlntentHandlerProviding
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
NSPersistentStoreCoordinator
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
ApplePayShippingMethodSelectedEvent
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
DispatchData
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
UNUserNotificationCenter
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
ApplePayPayment
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
MSStickerBrowserView
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
UNMutableNotificationContent
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
INExtension
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
lNInteraction
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
iOS 9.0 and higher.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
lntents (iOS)
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
NCWidgetListViewDelegate
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
NSAllowsArbitraryLoadsForMedia
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
SSLCreateContext
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
SSLGetDatagramWriteSize
Note: This Question is unanswered, help us to find answer for this one
Which of the given options is the correct sequence of steps for creating an object that supports background downloading?
1: Create the configuration object using the backgroundSessionConfigurationWithldentifier method of NSURLSessionConfiguration.
2: Set the discretionary property of the configuration object to YES, in case the app starts the transfer while in foreground.
3: Set the value of the configuration object's sessionSendsLaunchEvents property to YES.
4: Use the configuration object to create your NSURLSession object.
Correct Answer:
1324
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
dispatch_get_current_queue
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
NCWidgetController
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
MSSession
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
AVCaptureDevice.Format.FrameRateRange
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
UNNotificationAction
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
DispatchQueue
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
lNlntent
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
INUlHostedViewControlIing
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
NSPersistentStoreDescription
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
INGetCarLockStatusIntentHandling
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
CXAction
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
FIFO
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
lNSearchCallHistorylntentHandling
Note: This Question is unanswered, help us to find answer for this one
If you want to rotate an object using Core Animation, in radians, in the z axis, which of the following key paths of a layer’s CATransform3D matrix will you use?
Correct Answer:
rotation
Note: This Question is unanswered, help us to find answer for this one
What happens if Xcode is not able to find a file or folder at the path defined for it in the project?
Correct Answer:
Xcode displays the item in red in the project window.
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements is correct regarding functions fopen and open in generic C?
Correct Answer:
open returns an error if the file does exist.
Note: This Question is unanswered, help us to find answer for this one
What is the function of the Code Sense feature in Xcode?
Correct Answer:
Code Sense helps in switching between different circumstances such as development or release.
Note: This Question is unanswered, help us to find answer for this one
If the code is written using the Core Foundation and Foundation macros, the simplest way to create strings files is:
Correct Answer:
By using the genstrings command-line tool.
Note: This Question is unanswered, help us to find answer for this one
What method definition do if the value of the accessed counter is 0? - (void)discardContentIfPossible
Correct Answer:
It will discard the contents of the object because the counter is 0.
Note: This Question is unanswered, help us to find answer for this one
Which Core Audio Service framework is used to record, play back, pause, loop, and synchronize audio in iPhone OS 4.0?
Correct Answer:
Audio Queue
Note: This Question is unanswered, help us to find answer for this one
What will the hitTest: object of the CALayer class return if the point lies outside the receiver's bounds rectangle?
Correct Answer:
nil
Note: This Question is unanswered, help us to find answer for this one
Apple's implementation of HTTP Live Streaming supports DRM (Digital rights management).
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
You want to animate a layer's opacity to 0 while moving it further away in the layer. Which of the following code snippets will you use?
Correct Answer:
theLayer.opacity=0.0; theLayer.zPosition= -100;
Note: This Question is unanswered, help us to find answer for this one
Which properties of the UIImage class are not in use after iOS 4.2?
Correct Answer:
leftCapWidth
Note: This Question is unanswered, help us to find answer for this one
Which part of the HTTP Live Streaming is responsible for taking input streams of media and encoding them digitally?
Correct Answer:
Server component
Note: This Question is unanswered, help us to find answer for this one
Which defined types is a dynamic object type in Objective-C?
Correct Answer:
id
Note: This Question is unanswered, help us to find answer for this one
Which of the following terms are related to Memory Management in Objective-C?
Correct Answer:
alloc
Note: This Question is unanswered, help us to find answer for this one
Which of the following is NOT a parameter of function SecKeyDecrypt
of the class SecCertificate in iPhone OS 4.0?
Correct Answer:
certificate
Note: This Question is unanswered, help us to find answer for this one
Which of the following properties of ADBannerView class are readonly?
Correct Answer:
bannerLoaded
Note: This Question is unanswered, help us to find answer for this one
Which of the following is NOT the default behavior of an audio
session in iPhone OS?
Correct Answer:
Playback is disabled and recording is enabled.
Note: This Question is unanswered, help us to find answer for this one
Which Audio Toolbox framework file defines an interface for reading
and writing audio data in files in iPhone OS 4.0?
Correct Answer:
AudioFile.h
Note: This Question is unanswered, help us to find answer for this one
What is the functionality of the beta parameter of function
catlas_caxpby in class cblas?
Correct Answer:
Scaling factor for Y
Note: This Question is unanswered, help us to find answer for this one
The genstrings tool can parse _____.
Correct Answer:
C files with .c filename extension.
Note: This Question is unanswered, help us to find answer for this one
What is the data type of extendStart parameter of function
CGShadingCreateAxial of class CGShading?
Correct Answer:
bool
Note: This Question is unanswered, help us to find answer for this one
Using the following function, what will you get from the default
database?
NSUserDefaults *defs = [NSUserDefaults standardUserDefaults];
NSArray *languages = [defs objectForKey:@"AppleLanguages"];
NSString *preferredLang = [languages objectAtIndex:0];
Correct Answer:
The list of preferred languages.
Note: This Question is unanswered, help us to find answer for this one
Which symbol is used as a syntactic marker for blocks of code in
iPhone OS 4.0?
Correct Answer:
^
Note: This Question is unanswered, help us to find answer for this one
Which of the following need to be modified while localizing an
application?
Correct Answer:
Nib files (windows, views, menus)
Note: This Question is unanswered, help us to find answer for this one
Which of the following statements regarding Objective-C are correct?
Correct Answer:
In Objective-C, the keyword for NULL is nil.
Note: This Question is unanswered, help us to find answer for this one
Which of the following reasons will return a value of NO for the
instance method startVideoCapture of class
UIImagePickerController?
Correct Answer:
All of the above
Note: This Question is unanswered, help us to find answer for this one
What is the return value of SecRandomCopyBytes function of
SecRandom class in iPhone OS 4.0 if the function completes
successfully?
Correct Answer:
0
Note: This Question is unanswered, help us to find answer for this one
What is the datatype of the parameter inValidBitsPerChannel for the
function CalculateLPCMFlags in CoreAudioTypes class in iPhone OS
4.0?
Correct Answer:
UInt32
Note: This Question is unanswered, help us to find answer for this one
Which of the following directives are used to declare and define
classes, categories, and protocols?
Correct Answer:
@interface
Note: This Question is unanswered, help us to find answer for this one
What is the value type of UTTypeConformsTo key of uniform type
identifier for iPhone OS 4.0?
Correct Answer:
array of strings
Note: This Question is unanswered, help us to find answer for this one
Which of the following methods is used for the purpose of creating
your view objects in memory management?
Correct Answer:
loadView
Note: This Question is unanswered, help us to find answer for this one
While opening Nib files, which of the following should not be ignored?
Correct Answer:
Objects in a Nib file typically have connections between them
that should not be broken.
Note: This Question is unanswered, help us to find answer for this one
Which of the following OpenGL ES objects is a simple 2D graphics
image in a specified format?
Correct Answer:
renderbuffer
Note: This Question is unanswered, help us to find answer for this one
When you send an object a retain message in Memory Management
using Objective-C, what will happen?
Correct Answer:
Its retain count is incremented by 1.
Note: This Question is unanswered, help us to find answer for this one
Consider the following code with 2 alternatives of vector operator for
OpenGL ES:
highp float f0,f1;
highp vec4 v0, v1;
Alternative 1: v0 = (v1*f0)*f1;
Alternative 2: v0 = v1 * (f0 * f1);
Which alternative demonstrates proper use of vector operations?
Correct Answer:
Alternative 2
Note: This Question is unanswered, help us to find answer for this one
What will be the return value of CFHTTPMessageApplyCredentials
function of CFHTTPMessage class if the authentication is
successful?
Correct Answer:
TRUE
Note: This Question is unanswered, help us to find answer for this one
Which of the following types of audio files has NO size restriction?
Correct Answer:
CAF
Note: This Question is unanswered, help us to find answer for this one
What are universal binaries in Xcode?
Correct Answer:
These are executable files that can contain code and data for
more than one architecture.
Note: This Question is unanswered, help us to find answer for this one
Which Core Audio Services framework handles positional and lowlatency audio services in iPHone OS 4.0?
Correct Answer:
OpenAL
Note: This Question is unanswered, help us to find answer for this one
What will be the value of the clockwise parameter of the
CGContextAddArc function of the CGContext class if you want to
create a counterclockwise arc?
Correct Answer:
0
Note: This Question is unanswered, help us to find answer for this one
Which of the following are new features to have been introduced in
iPhone OS 4.0?
Correct Answer:
Multitasking
Note: This Question is unanswered, help us to find answer for this one
When your session becomes active, which of the following iPhone
OS 4.0 audio session categories allows other audio to continue
playing?
Correct Answer:
AVAudioSessionCategoryAmbient
Note: This Question is unanswered, help us to find answer for this one
What will be the return value of function
ABPersonComparePeopleByName when person1 goes before
person2 in class ABPersonComparePeopleByName in iPhone OS
4.0?
Correct Answer:
kCFCompareLessThan
Note: This Question is unanswered, help us to find answer for this one
Which of the following are the Derivative types defined in ObjectiveC?
Correct Answer:
short
Note: This Question is unanswered, help us to find answer for this one
What is the default setting to refer to file locations in your Xcode
project?
Correct Answer:
Relative to Enclosing Group
Note: This Question is unanswered, help us to find answer for this one
What type of value is assigned to the loc-args child property of alert
property in an Apple Push Notification?
Correct Answer:
array of strings
Note: This Question is unanswered, help us to find answer for this one
Which of the following properties of the GKSession class is readonly?
Correct Answer:
displayName
Note: This Question is unanswered, help us to find answer for this one
Which of the following are NOT a property of
UIImagePickerController class in iPhone OS 4.0?
Correct Answer:
startVideoCapture
Note: This Question is unanswered, help us to find answer for this one
What is the default value of the remoteParticipantVolume property of
the class GKVoiceChatService in iPhone OS 4.0?
Correct Answer:
1.0
Note: This Question is unanswered, help us to find answer for this one
When the genstrings tool discovers a key string used more than once
in a single strings file, it:
Correct Answer:
merges the comments from the individual entries into one
comment string and generates a warning
Note: This Question is unanswered, help us to find answer for this one
Which of the following iTunes application URLs are NOT valid?
Correct Answer:
http://itunes.com/apps/TomandJerry
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the correct syntax for declaring a class in
Objective-C?
Correct Answer:
@interface ClassName : ItsSuperclass
{
instance variable declarations
}
method declarations
@end
Note: This Question is unanswered, help us to find answer for this one
What is the datatype of the clockwise parameter of the
CGContextAddArc function of the CGContext class?
Correct Answer:
int
Note: This Question is unanswered, help us to find answer for this one
How much time in seconds will it take to display an animation if you
have 60 images using UIImageView class for the property
animationDuration?
Correct Answer:
2
Note: This Question is unanswered, help us to find answer for this one
When using a Cocoa framework, what will all ControlEvents method
of UIControl class return in case it fails to create the object?
Correct Answer:
nil
Note: This Question is unanswered, help us to find answer for this one
Which of the following properties of the UIImage class affects the way
the image data is displayed when drawn?
Correct Answer:
imageOrientation
Note: This Question is unanswered, help us to find answer for this one
What is the default value of allowsEditing property of
UIImagePickerController class in iPhone OS 4.0?
Correct Answer:
NO
Note: This Question is unanswered, help us to find answer for this one
What is the return value of function CGColorGetAlpha of class
CGColor?
Correct Answer:
An alpha intensity value in the range[0, 1]
Note: This Question is unanswered, help us to find answer for this one
Before editing the Nibs, one should:
Correct Answer:
Lock all connections.
Note: This Question is unanswered, help us to find answer for this one
What is the purpose of active executable in an Xcode project?
Correct Answer:
To specify which program is launched and how, when you run
or debug from within Xcode.
Note: This Question is unanswered, help us to find answer for this one
Which of the following animation class provides simple interpolation
between values for a layer property?
Correct Answer:
CABasicAnimation
Note: This Question is unanswered, help us to find answer for this one
What is the default value of the borderColor property of the CALayer
class?
Correct Answer:
opaque black
Note: This Question is unanswered, help us to find answer for this one
By default, is the search interface visible in the
UISearchDisplayController class?
Correct Answer:
No
Note: This Question is unanswered, help us to find answer for this one
Which of the following properties of the CAKeyframeAnimation class
represents an optional array of NSNumber objects that define the
duration of each keyframe segment?
Correct Answer:
keyTimes
Note: This Question is unanswered, help us to find answer for this one
Which of the following languages can be used to write the code for
Xcode projects?
Correct Answer:
C
Note: This Question is unanswered, help us to find answer for this one
Which of the following copy functions will you use in Objective-C to
create an entirely new compound object?
Correct Answer:
Deep Copy
Note: This Question is unanswered, help us to find answer for this one
; "> What will happen if your filename ExampleImage.png is being called
as follows:
[UIImage imageNamed:@”ExampleImage.PNG”]
Correct Answer:
The image file will load in the simulator but not in iPhone OS
4.0 because it is case sensitive.
Note: This Question is unanswered, help us to find answer for this one
What is the default value of the fontSize property of the CATextLayer
class?
Correct Answer:
36.0
Note: This Question is unanswered, help us to find answer for this one
In a Cocoa framework, how do the UIKit classes UIControl,
UITextField, UIButton, and UITableView deliver their services?
Correct Answer:
Off the shelf
Note: This Question is unanswered, help us to find answer for this one
Which of the following debugging tasks are provided by Xcode to find
and squash bugs in your code?
Correct Answer:
All of the above
Note: This Question is unanswered, help us to find answer for this one
Locking all connections before editing the Nib files can be achieved
by using:
Correct Answer:
An option in the Preferences panel of Interface Builder.
Note: This Question is unanswered, help us to find answer for this one
Which of the following debugging tasks are provided by Xcode to find and squash bugs in your code?
Correct Answer:
Execute a single line of code.
Execute a single line of code.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
Which of the following programmatically avoids auto-lock?
Correct Answer:
[[UIApplication sharedApplication] setIdleTimerDisabled:YES];
Note: This Question is unanswered, help us to find answer for this one
Which of the following are true regarding the usage of NSinteger and int in iOS?
Correct Answer:
NSInteger is defined as an int; it's used when passing a value as an argument to a function or returning a value from a function when building a 32-bit app and for 64-bit apps.
Note: This Question is unanswered, help us to find answer for this one
What would be examples of troubleshooting steps to do, when Xcode displays a launching remote program error?
Correct Answer:
All of the above
Note: This Question is unanswered, help us to find answer for this one
Which of the following is a valid JSON string?
Correct Answer:
{ "firstName": "John", "lastName": "Smith", "age": 25, "address": [ "streetAddress": "21 2nd Street", "city": "New York", "state": "NY", "postalCode": "10021" ], "phoneNumber": [ { "type": "home", "number": "212 555-1234" }, { "type": "fax", "number": "646 555-4567" } ] }
Note: This Question is unanswered, help us to find answer for this one
Which of the following will create a singleton class that is compatible with ARC?
Correct Answer:
+ (MyClass *)sharedInstance { static MyClass *sharedInstance = nil; static dispatch_once_t onceToken; dispatch_once(&onceToken, ^{ sharedInstance = [[MyClass alloc] init]; }); return sharedInstance; }
Note: This Question is unanswered, help us to find answer for this one
Which of the following will get the position of UIView within the entire UIWindow?
Correct Answer:
convertPoint:toView:
Note: This Question is unanswered, help us to find answer for this one
How can an alert message/pop-up dialog box be shown in iOS?
Correct Answer:
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"test message" message:@"test message for application." delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil]; [alert show];
Note: This Question is unanswered, help us to find answer for this one
Which of the following compares NSString while ignoring case?
Correct Answer:
if( [@"Some String" caseInsensitiveCompare:@"some string"] == NSOrderedSame ) { }
Note: This Question is unanswered, help us to find answer for this one
Which of the following will create a singleton class that is compatible with ARC?
Correct Answer:
its MCQS-MA TYPE
Note: This Question is unanswered, help us to find answer for this one
What will happen when the tableView:accessoryButtonTappedForRowWithIndexPath UITableViewDelegate method is called, in a case where there is a custom UIControl subclass in the standard accessory view?
Correct Answer:
The delegate method will not be called, because it is a custom control view.
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the correct way to vertically center the UITextField text?
Correct Answer:
textField.contentVerticalAlignment = UIControlContentVerticalAlignmentCenter
Note: This Question is unanswered, help us to find answer for this one
The iPhone Simulator can be found at:
Correct Answer:
~/Library/Application Support/iPhone Simulator/
Note: This Question is unanswered, help us to find answer for this one
Select the following statements that are true?
Correct Answer:
The iPhone SDK needs to add a special library to do base64 encoding and decoding.
Note: This Question is unanswered, help us to find answer for this one
Which method is used to dismiss keyboard for UITextField?
Correct Answer:
[textfield resignFirstResponder];
Note: This Question is unanswered, help us to find answer for this one
Which CATransform3D matrix cell is responsible for perspective transforms?
Correct Answer:
transform.m34
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the correct way to get the screen height and width in iOS ?
Correct Answer:
[[UIScreen mainScreen] bounds].size.height and [[UIScreen mainScreen] bounds].size.width;
Note: This Question is unanswered, help us to find answer for this one
Where does Xcode place its build products and other intermediaries/temporary files?
Correct Answer:
In the Derived Data folder
Note: This Question is unanswered, help us to find answer for this one
Which of the following will make an iPhone app return its own version number?
Correct Answer:
[NSString stringWithFormat:@"Version %@ (%@)", [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"], kRevisionNumber]
Note: This Question is unanswered, help us to find answer for this one
Which of the following changes the color of the pagination dots of UIPageControl?
Correct Answer:
setPageIndicatorTintColor
Note: This Question is unanswered, help us to find answer for this one
Why does the error, "EXC_BAD_ACCESS" occur?
Correct Answer:
Trying to access released objects
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not used to find an object contained in NSMutableArray?
Correct Answer:
[myArray objectPresent];
Note: This Question is unanswered, help us to find answer for this one
Which of the following will print the value of a Boolean flag in NSLog?
Correct Answer:
NSLog(@"Bool value: %d",value)
Note: This Question is unanswered, help us to find answer for this one
What is true about Grand Central Dispatch(GCD) and NSOperation?
Correct Answer:
GCD is a low level C- based API and NSOperation is Objective –C class
Note: This Question is unanswered, help us to find answer for this one
Which of the following code samples will declare a variable inside a block in Objective-C?
Correct Answer:
[participants enumerateObjectsUsingBlock:^(id obj, NSUInteger idx, BOOL *stop) { Person *participant = (Person*)obj; Person *aPerson = nil; if ([participant.gender isEqualToString:@"M"]) { aPerson = participant; *stop = YES; } }]; return aPerson;
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a valid MPVolumeView method?
Correct Answer:
- (void)setVolumeThumbImage:(UIImage *)image
Note: This Question is unanswered, help us to find answer for this one
What does a "__block" type specifier mean?
Correct Answer:
Modifications done with the variable marked with __block inside the block are also visible outside of it.
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a valid MKAnnotationView property?
Correct Answer:
None of these.
Note: This Question is unanswered, help us to find answer for this one
Which of the following correctly describes when the - (void)viewDidUnload method is called?
Correct Answer:
When a view is released.
Note: This Question is unanswered, help us to find answer for this one
What is the best way to show multiple lines text in the UILabel?
Correct Answer:
myLabel.numberOfLines = 0; CGRect currentFrame = myLabel.frame; CGSize max = CGSizeMake(myLabel.frame.size.width, 500); CGSize expected = [myString sizeWithFont:myLabel.font constrainedToSize:max lineBreakMode:myLabel.lineBreakMode]; currentFrame.size.height = expected.height; myLabel.frame = currentFrame;
Note: This Question is unanswered, help us to find answer for this one
Which one is the best resolution for the following error?
"A valid signing identity matching this profile could not be found in your keychain"
Correct Answer:
Renewing your provisioning profile
Note: This Question is unanswered, help us to find answer for this one
Which method of Objective-C handles detecting the shake gesture on an iOS device?
Correct Answer:
- (void) accelerometer:(UIAccelerometer *)accelerometer didAccelerate:(UIAcceleration *)acceleration
Note: This Question is unanswered, help us to find answer for this one
What property in info.plist handles the association of file types in an iPhone application?
Correct Answer:
LSItemContentTypes
Note: This Question is unanswered, help us to find answer for this one
Which framework can be used to call SOAP web services in iOS applications?
Correct Answer:
gSOAP
Note: This Question is unanswered, help us to find answer for this one
Is it possible to set multiple architecture from Build Settings tab in Xcode for a project?
Correct Answer:
Yes
Note: This Question is unanswered, help us to find answer for this one
When does this behavior usually happen?
"Xcode Message: finished running <my app>" on targeted device shows, but nothing happens
Correct Answer:
If the app was ran on earlier devices (3G or 3GS) and arm6 was not added in Require Device Capabilities.
Note: This Question is unanswered, help us to find answer for this one
Which property would be used to get the UDID of UIDevice on iOS?
Correct Answer:
None of these
Note: This Question is unanswered, help us to find answer for this one
What is the difference between assign and retain in Objective-C?
Correct Answer:
assign - Specifies that the setter uses simple assignment. This is the default. retain - Specifies that retain should be invoked on the object upon assignment. The previous value is sent a release message.
Note: This Question is unanswered, help us to find answer for this one
How can an SMS be sent programmatically from the iPhone (iOS 4.0 or later)?
Correct Answer:
Both A &B are correct answers
Note: This Question is unanswered, help us to find answer for this one
Which of the following is best JSON library to be used in iOS applications
Correct Answer:
JSON kit
Note: This Question is unanswered, help us to find answer for this one
What does EXC_BAD_ACCESS signal received mean in Xcode?
Correct Answer:
"Owning" the memory but forgetting to release
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the correct way to set the Navigation Bar Color of the Tab Bar Configure Menu?
Correct Answer:
"UINavigationController *navigationController; ... navigationController.navigationBar.tintColor = [UIColor blackColor];"
Note: This Question is unanswered, help us to find answer for this one
Which of the following UILabel properties help adjust text within a UILabel?
Correct Answer:
adjustsFontSizeToFitWidth
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the correct way to check whether the view controller view is loaded or visible?
Correct Answer:
if (viewController.isViewLoaded && viewController.view.window) { // viewController is visible }
Note: This Question is unanswered, help us to find answer for this one
Which of the following properties would be used to draw a shadow under UIView?
Correct Answer:
CGContextSetShadow();
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the correct way to set UIButton's Highlight Tint color programmatically?
Correct Answer:
[button setTintColor:[UIColor grayColor]];
Note: This Question is unanswered, help us to find answer for this one
Which one is true regarding integrating and using custom fonts in an iOS application?
Correct Answer:
Adding fonts to your app plist allows usage directly in the app.
Note: This Question is unanswered, help us to find answer for this one
Is it possible to deploy beta build on any device?
Correct Answer:
Beta build can be deployed only on devices that are included in Mobile Provision certificate while compiling build.
Note: This Question is unanswered, help us to find answer for this one
What could be the probable result if selector is unknown or undefined?
Correct Answer:
Causes application to terminate with error
Note: This Question is unanswered, help us to find answer for this one
How can the application name of an iOS project be changed?
Correct Answer:
Change Bundle Display Name from info.plist
Note: This Question is unanswered, help us to find answer for this one
What is the difference between new and [[alloc]init] in iOS?
Correct Answer:
No difference. Both [[alloc]init] and new are used to create an object.
Note: This Question is unanswered, help us to find answer for this one
What will be output of following code?
NSLog(@"%.2f",[[UIDevice currentDevice].systemVersion floatValue]);
Correct Answer:
6.10
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the best practice to find active internet connection?
Correct Answer:
- (BOOL) connectedToInternet { Reachability *reachability = [Reachability reachabilityForInternetConnection]; NetworkStatus networkStatus = [reachability currentReachabilityStatus]; return !(networkStatus == NotReachable); }
Note: This Question is unanswered, help us to find answer for this one
What is the correct method to define a delegate object in an ARC Environment?
Correct Answer:
@property (nonatomic, weak) id <MyClassDelegate> delegate;
Note: This Question is unanswered, help us to find answer for this one
Select which of the following is not UITableViewCellSelectionStyle values?
Correct Answer:
UITableViewCellSelectionStyleLightGray
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the best way to add a UIToolbar above keyboard?
Correct Answer:
-(void)keyboardWillShow:(NSNotification *)notification { [self.view addSubview:toolbar]; }
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not an Open Source Framework/Library?
Correct Answer:
StoreKit
Note: This Question is unanswered, help us to find answer for this one
Which of the following font packages are supported by Cocoa-Touch?
Correct Answer:
.ttf (True Type Font)
Note: This Question is unanswered, help us to find answer for this one
Which of the following correctly sets an image on UIButton?
Correct Answer:
[button setImage:[UIImage imageNamed:@"button_img.png"] forState:UIControlStateNormal];
Note: This Question is unanswered, help us to find answer for this one
Which of the following will set the font of UISegmentedControl?
Correct Answer:
UIFont *font = [UIFont boldSystemFontOfSize:12.0f]; NSDictionary *attributes = [NSDictionary dictionaryWithObject:font forKey:UITextAttributeFont]; [segmentedControl setTitleTextAttributes:attributes forState:UIControlStateNormal];
Note: This Question is unanswered, help us to find answer for this one
Select all incorrect bundle ID(s):
Correct Answer:
appName
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a valid icon size for any iOS device (iPhone, iPod, iPad)?
Correct Answer:
64 x 64
Note: This Question is unanswered, help us to find answer for this one
Which of the following framework is needed to round corners of UILabel?
Correct Answer:
QuartzCore
Note: This Question is unanswered, help us to find answer for this one
Which of the following will change the placeholder text color in UITextField?
Correct Answer:
None of the above.
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a valid UIGestureRecognizer?
Correct Answer:
UIZoomGestureRecognizer
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the correct way to print out stack/trace to the console/log in Cocoa application?
Correct Answer:
NSLog(@”%@”,[NSThread callStackSymbols]);
Note: This Question is unanswered, help us to find answer for this one
Which of the following will return the device's current location?
Correct Answer:
CLLocationManager locationManager = [[CLLocationManager alloc] init]; [locationManager startUpdatingLocation];
Note: This Question is unanswered, help us to find answer for this one
Which of the following is not a valid Touch method with respect to Cocoa Touch programming?
Correct Answer:
None of above
Note: This Question is unanswered, help us to find answer for this one
How can it be detected if the app is running on an iPhone 5?
Correct Answer:
if([[UIScreen mainScreen] bounds].size.height == 568)
Note: This Question is unanswered, help us to find answer for this one
Which of the following frameworks is needed to apply a border to an object?
Correct Answer:
QuartzCore
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the correct way to set the font size of UIButton title label?
Correct Answer:
someButton.titleLabel.font = [UIFont systemFontOfSize: 15];
Note: This Question is unanswered, help us to find answer for this one
What is the maximum size of an iOS application?
Correct Answer:
2 GB
Note: This Question is unanswered, help us to find answer for this one
Which of the following is the correct way to get the value of the first object of a NsMutableArray stored in another NsMutableArray?
Correct Answer:
[[myArray objectAtIndex:0] objectAtIndex:0];
Note: This Question is unanswered, help us to find answer for this one
What is the use of performSelector in iOS?
Correct Answer:
To call a method of a class
Note: This Question is unanswered, help us to find answer for this one
What gets returned if XIB is not properly connected to a parent controller?
Correct Answer:
EXEC_BAD_ACCESS
Note: This Question is unanswered, help us to find answer for this one
What does the "strong" property attribute do?
Correct Answer:
It makes the object alive, as long as there is a strong pointer to it.
Note: This Question is unanswered, help us to find answer for this one
What is true about ARC and manual memory management?
Correct Answer:
nil out properties in dealloc under ARC but not in manual memory management.
Note: This Question is unanswered, help us to find answer for this one
Which of the following allows it to determine if an application is running on iPhone, or if it's running on an iPod Touch?
Correct Answer:
NSString *deviceType = [UIDevice currentDevice].model; if([deviceType isEqualToString:@"iPhone"])
Note: This Question is unanswered, help us to find answer for this one
Consider the following code:
(BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Set Background Color/Pattern
self.window.backgroundColor = [UIColor blackColor];
self.tabBarController.tabBar.backgroundColor = [UIColor clearColor];
//self.window.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"testbg.png"]];
// Set StatusBar Color
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleBlackTranslucent];
// Add the tab bar controller's current view as a subview of the window
self.window.rootViewController = self.tabBarController;
[self.window makeKeyAndVisible];
return YES;
}
How can the error be corrected that gets thrown in the console, "Applications are expected to have a root view controller at the end of application launch"?
Correct Answer:
MenuViewController *menuViewController = [[MenuViewController alloc]init]; self.window.rootViewController = menuViewController;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Yes
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
- (void)touchesDragged:(NSSet *)touches withEvent:(UIEvent *)event;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
With AudioServicesPlaySystemSound function
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The application should be programmed to save any user changes as they are made as quickly as possible.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Yes
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Yes
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Quartz 2D function CGContextDrawTiledImage
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Big endian
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
No
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It resizes the png files in the project for displaying them in the iPhone.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
No
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
(0.5,0.5)
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It is an abstract subclass that provides support for animating a layer property specified by a key path
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
No
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Using CGContextDrawImage in a CGBitmapContext
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It is used to set the transparency of a User Interface object.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
an object that conforms to UITableViewDelegate protocol.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
This method can be overridden by the developer to release the additional memory used by view controller if any.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
if(TextField.text.length == 0) { Output.text=TextField.text; }
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Ad Hoc Provisioning Profile
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
hidesWhenStopped
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Testers do not need to get enrolled in an Apple Developer Program.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
AudioToolbox.framework
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
refresh
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
iOS Team Provisioning Profile
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
57 x 57 pixels
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
A User Interface object, i.e., Round Rect Button is connecting to an action/event that may or may not be defined/available in File's Owner Object.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
They create a reference from the object in your code file to the objects defined in your nib/xib/storyboard file.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Launch Image
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
It specifies an image that is to be displayed as the background of text field when it is disabled.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
IBOutlet UITextField *input2;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Placeholder
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Device IDs
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Expand framework folder. Right-click on any existing framework. Select "Show in Finder" option. Locate the desired framework in finder. Drag it from finder and drop it onto the Frameworks folder under project navigator.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Supporting Files folder in your app's main folder under project navigator
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
@property (nonatomic, retain) IBOutlet UIDatePicker *dp;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
5
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
continue to download without limits only since iOS 7
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
CAShapeLayer
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
You can modify Core Animation layers on a background thread
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
UIKeyboardWillHideNotification
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
didReceiveMemoryWarning
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
UIDocument
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
When the return value from a completion block is nil.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The responder object is not retained and the pointer is set to nil when the object is destroyed
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
A class cannot be declared as abstract
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Suspended
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
line 3
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
SAX Parser
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
iOS 7 user interface has been completely redesigned and has 64-Bit Support.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
You can also use categories to split the implementation of a complex class across multiple source code files.
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
rectView.layer.masksToBounds = YES;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
NSUbiquitousKeyValueStore
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
NSRange
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
OCMock, OCUnit, XCTest
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Settings.bundle
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
For primitive values such as BOOLs or NSIntegers
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Model objects
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
NSInteger is long int and int is just int
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
C++ libraries
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Is a class method
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Compile error
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
A category is a way to add methods to a class which already exists
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
popToRootViewController
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Cocoa is the application framework for developing applications in Mac OS X. Cocoa Touch is the application framework for iPhone,iPad and iPod Touch .
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
CGPoint
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
The main thread
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Yes, on any platform
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Set the variable that points at it to nil
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
View objects
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
[obj release];
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
cellForRowAtIndexPath
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Row or item
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
~iPad
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
False
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
NSMutableString
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
XIB
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
@
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Retina Assets
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
NSArrayʼs contents can not be modified once itʼs been created whereas a NSMutableArray can be modified as needed
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Command-R
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
cellForRowAtIndexPath
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
[NSBundle mainBundle]
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Info.plist
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Bounds origin is always (0, 0), a frame origin is relative to his container view
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
NSDate
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
NSMutableArray
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
CGPoint center = view.center; center.x = 0; center.y = 100; view.center = center;
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
Must conform to the NSCopying protocol
Note: This Question is unanswered, help us to find answer for this one
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
IOS Technical Test MCQs | Topic-wise