我是iPhone编程的新手......有人可以帮我解决..
我想在iPhone中开发像照片应用程序的应用程序..
如何在iPhone中的照片应用程序中使naveigation栏和工具栏透明和淡出
感谢你 ..
我想知道iPhone麦克风可以听的频率范围,我们可以播放iPhone麦克风录制的最低频率声音吗?
我在后台线程解压缩文件,我在主线程上调用HomeViewController.在这个视图控制器中,我在UINavigationBar上有一个UIBarButtonItem.如果我单击此按钮,它将转到StoryViewController,并在那里使用解压缩的数据.所以我想显示主页视图控制器,虽然解压缩过程没有完成,因为我必须隐藏导航栏上的按钮,当在后台线程上解压缩时,再次完成上拉后我必须显示按钮导航栏.我正在调用homeViewController的方法来隐藏和显示..我必须在那些方法中写什么...?我的意思是如何在UINavigationBar上隐藏和显示uiBarButtonItem ....
谢谢....
Hii ....我是iPhone编程的新手.可以请任何人帮助我
我有一个由eXe工具生成的html.我需要在UIImageView上显示它.所以html必须是透明的,然后图像看起来像背景.
是否有可能使该HTML变得透明..?
感谢你
我想知道目录中的文件或其他任何内容.如果有一个文件或多个文件我需要这些文件名.实际上我在文档目录中创建导出目录..如果导出为空,那么我将zip文件从主包复制到导出文件夹
但以下代码无效.虽然导出是空的,但它不会进入那个如果阻止..还有任何隐藏的文件..?并且在最后一个for循环中它没有做任何事情.
这该怎么做.
请帮帮我
self.fileManager = [NSFileManager defaultManager];
NSArray *paths = NSSearchPathForDirectoriesInDomains (NSDocumentDirectory, NSUserDomainMask, YES);
self.documentsDir = [paths objectAtIndex:0];
//creating folder 'export' to recieve the file from iTunes
NSString *srcFilePath = [NSString stringWithFormat:@"%@/export", self.documentsDir];
[fileManager createDirectoryAtPath:srcFilePath
withIntermediateDirectories:NO
attributes:nil
error:nil];
//copying the zip file into exprort from bundle if export is empty
if(![fileManager fileExistsAtPath:srcFilePath]) {
NSLog(@"File exists at path: %@", srcFilePath);
NSString *resZipfile = [[NSBundle mainBundle] pathForResource:@"sample" ofType:@"zip"
inDirectory:@"pckg"];
NSLog(@"zip file path ...%@", resZipfile);
NSData *mainBundleFile = [NSData dataWithContentsOfFile:resZipfile];
[[NSFileManager defaultManager] …Run Code Online (Sandbox Code Playgroud) 我想知道在目标C中解析一个json对象.我通过加载一个url获得了JSON对象.你可以告诉我怎么做或任何样品或任何参考.
以下是json示例.
{
"name":"WFNX",
"now":
{
"id":"17749528",
"song":"Back Down South",
"artist":"Kings Of Leon"
},
"desc":"101.7 - True Alternative",
"audiostream":"http:\/\/www.streamaudio.com\/stations \/asx\/wfnx_fm.asx",
"genre":"Rock",
"tz":"EST",
"id":"17880",
"yes":"station"
}
Run Code Online (Sandbox Code Playgroud) 我想在警报视图中显示表视图.此表视图包含分段控件.这些分段控件用于打开/关闭音频,图像,文本.因此将有3个细胞具有分段对照.
这该怎么做
请帮帮我
感谢你
iphone ×6
frequency ×1
html ×1
json ×1
microphone ×1
objective-c ×1
parsing ×1
range ×1
scorm1.2 ×1
show-hide ×1
transparent ×1
uialertview ×1
uitableview ×1
uitoolbar ×1
uiwebview ×1