标签: objective-c arrays uitableview
我的公司丢了一颗炸弹......我必须从像http://mysite.com/file.txt这样的网站上的文本文件中获取内容。该文件包含大约500行,每行包含3个字段:account number,last name和first name。
http://mysite.com/file.txt
account number
last name
first name
我需要将这些行读入数组并显示在tableview lastname和firstname中,然后从tableview中选择我需要发送的帐号到我可以发送回另一个程序的变量。我需要在.h和.m文件中放入什么才能使其正常工作?
tableview
lastname
firstname