我在表格View中显示一个动态的名字列表,我试图根据名字的第一个字母将它们分成几个部分...我创建了一个数组,其中包含按字母顺序排列的字母列表charIndex=[[NSMutableArrayalloc]init];for(inti=0;i我已经设置了部分的数量和标题-(NSInteger)numberOfSectionsInTableView:(UITableView*)tableView{//setthenumberofsectionsinthetabletomatchthenumberoffirstlettersreturn[charIndexcount];}-(NSStrin