iphone - 'UseSegmentedControlViewController.h' file not found -


the line

#import <usesegmentedcontrolviewcontroller.h> 

in little attempt segmented control has led error

'usesegmentedcontrolviewcontroller.h' file not found

the lines

#import <coremotion/coremotion.h> #import "viewcontroller.h" #import <audiotoolbox/audiotoolbox.h> #import <audiotoolbox/audioservices.h> 

are fine.

is there particular framework should loading?

i have:

  • audiotoolbox
  • coremotion
  • corelocation
  • uikit
  • foundation
  • coregraphics

tia dr. j

if usesegmentedviewcontroller.h view controller wrote, want surround file name in double quotes ("), not angle brackets. angle brackets used system-provided headers, not headers in own project.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -