Home
last modified time | relevance | path

Searched refs:tableView (Results 1 – 16 of 16) sorted by relevance

/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/POIUtils/
H A DAppleMapsPOISearchResultsView.swift10tableView.register(PlacesSearchTableViewCell.self, forCellReuseIdentifier: PlacesSearchTableViewCe… in viewDidLoad()
28 override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { in tableView() function
32 …override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableVie… in tableView() function
33 …let cell = tableView.dequeueReusableCell(withIdentifier: PlacesSearchTableViewCell.reuseID, for: i… in tableView()
62 tableView?.reloadData() in completerDidUpdateResults()
H A DAppleMapsPOISearchController.swift24 searchResultsTable?.tableView.delegate = self in enablePOISearchController()
53 func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { in tableView() function
54 tableView.deselectRow(at: indexPath, animated: true) in tableView()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/POIUtils/
H A DAppleMapsPOISearchResultsView.swift10tableView.register(PlacesSearchTableViewCell.self, forCellReuseIdentifier: PlacesSearchTableViewCe… in viewDidLoad()
28 override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { in tableView() function
32 …override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableVie… in tableView() function
33 …let cell = tableView.dequeueReusableCell(withIdentifier: PlacesSearchTableViewCell.reuseID, for: i… in tableView()
62 tableView?.reloadData() in completerDidUpdateResults()
H A DAppleMapsPOISearchController.swift24 searchResultsTable?.tableView.delegate = self in enablePOISearchController()
53 func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { in tableView() function
54 tableView.deselectRow(at: indexPath, animated: true) in tableView()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/POIUtils/
H A DAppleMapsPOISearchResultsView.swift10tableView.register(PlacesSearchTableViewCell.self, forCellReuseIdentifier: PlacesSearchTableViewCe… in viewDidLoad()
28 override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { in tableView() function
32 …override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableVie… in tableView() function
33 …let cell = tableView.dequeueReusableCell(withIdentifier: PlacesSearchTableViewCell.reuseID, for: i… in tableView()
62 tableView?.reloadData() in completerDidUpdateResults()
H A DAppleMapsPOISearchController.swift24 searchResultsTable?.tableView.delegate = self in enablePOISearchController()
53 func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { in tableView() function
54 tableView.deselectRow(at: indexPath, animated: true) in tableView()
/expo/packages/expo-dev-launcher/ios/Errors/
H A DEXDevLauncherErrorViewController.swift37 public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { in tableView() function
41 …public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewC… in tableView() function
42 …let cell = tableView.dequeueReusableCell(withIdentifier: "cell", for: indexPath) as! EXDevLauncher… in tableView()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Modules/
H A DABI47_0_0RCTRedBoxExtraDataViewController.m148 - (NSInteger)tableView:(__unused UITableView *)tableView numberOfRowsInSection:(NSInteger)section
153 - (CGFloat)tableView:(__unused UITableView *)tableView heightForHeaderInSection:(__unused NSInteger…
158 - (UIView *)tableView:(__unused UITableView *)tableView viewForHeaderInSection:(NSInteger)section
179 - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexP…
184 … (ABI47_0_0RCTRedBoxExtraDataCell *)[tableView dequeueReusableCellWithIdentifier:reuseIdentifier];
197 - (NSInteger)numberOfSectionsInTableView:(__unused UITableView *)tableView
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Modules/
H A DABI49_0_0RCTRedBoxExtraDataViewController.m148 - (NSInteger)tableView:(__unused UITableView *)tableView numberOfRowsInSection:(NSInteger)section
153 - (CGFloat)tableView:(__unused UITableView *)tableView heightForHeaderInSection:(__unused NSInteger…
158 - (UIView *)tableView:(__unused UITableView *)tableView viewForHeaderInSection:(NSInteger)section
179 - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexP…
184 … (ABI49_0_0RCTRedBoxExtraDataCell *)[tableView dequeueReusableCellWithIdentifier:reuseIdentifier];
197 - (NSInteger)numberOfSectionsInTableView:(__unused UITableView *)tableView
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Modules/
H A DABI48_0_0RCTRedBoxExtraDataViewController.m148 - (NSInteger)tableView:(__unused UITableView *)tableView numberOfRowsInSection:(NSInteger)section
153 - (CGFloat)tableView:(__unused UITableView *)tableView heightForHeaderInSection:(__unused NSInteger…
158 - (UIView *)tableView:(__unused UITableView *)tableView viewForHeaderInSection:(NSInteger)section
179 - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexP…
184 … (ABI48_0_0RCTRedBoxExtraDataCell *)[tableView dequeueReusableCellWithIdentifier:reuseIdentifier];
197 - (NSInteger)numberOfSectionsInTableView:(__unused UITableView *)tableView
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTRedBox.mm303 - (NSInteger)numberOfSectionsInTableView:(__unused UITableView *)tableView
308 - (NSInteger)tableView:(__unused UITableView *)tableView numberOfRowsInSection:(NSInteger)section
313 - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexP…
316 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"msg-cell"];
319 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"cell"];
377 - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
386 … [_lastErrorMessage boundingRectWithSize:CGSizeMake(tableView.frame.size.width - 30, CGFLOAT_MAX)
396 - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
403 [tableView deselectRowAtIndexPath:indexPath animated:YES];
H A DABI49_0_0RCTPerfMonitor.mm537 - (NSInteger)numberOfSectionsInTableView:(__unused UITableView *)tableView
542 - (NSInteger)tableView:(__unused UITableView *)tableView numberOfRowsInSection:(__unused NSInteger)…
547 - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexP…
549 …UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:ABI49_0_0RCTPerfMonitorCellId…
565 - (CGFloat)tableView:(__unused UITableView *)tableView heightForRowAtIndexPath:(__unused NSIndexPat…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTRedBox.mm303 - (NSInteger)numberOfSectionsInTableView:(__unused UITableView *)tableView
308 - (NSInteger)tableView:(__unused UITableView *)tableView numberOfRowsInSection:(NSInteger)section
313 - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexP…
316 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"msg-cell"];
319 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"cell"];
371 - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
380 … [_lastErrorMessage boundingRectWithSize:CGSizeMake(tableView.frame.size.width - 30, CGFLOAT_MAX)
390 - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
397 [tableView deselectRowAtIndexPath:indexPath animated:YES];
H A DABI47_0_0RCTPerfMonitor.mm537 - (NSInteger)numberOfSectionsInTableView:(__unused UITableView *)tableView
542 - (NSInteger)tableView:(__unused UITableView *)tableView numberOfRowsInSection:(__unused NSInteger)…
547 - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexP…
549 …UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:ABI47_0_0RCTPerfMonitorCellId…
565 - (CGFloat)tableView:(__unused UITableView *)tableView heightForRowAtIndexPath:(__unused NSIndexPat…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTRedBox.mm303 - (NSInteger)numberOfSectionsInTableView:(__unused UITableView *)tableView
308 - (NSInteger)tableView:(__unused UITableView *)tableView numberOfRowsInSection:(NSInteger)section
313 - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexP…
316 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"msg-cell"];
319 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"cell"];
377 - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
386 … [_lastErrorMessage boundingRectWithSize:CGSizeMake(tableView.frame.size.width - 30, CGFLOAT_MAX)
396 - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
403 [tableView deselectRowAtIndexPath:indexPath animated:YES];
H A DABI48_0_0RCTPerfMonitor.mm537 - (NSInteger)numberOfSectionsInTableView:(__unused UITableView *)tableView
542 - (NSInteger)tableView:(__unused UITableView *)tableView numberOfRowsInSection:(__unused NSInteger)…
547 - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexP…
549 …UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:ABI48_0_0RCTPerfMonitorCellId…
565 - (CGFloat)tableView:(__unused UITableView *)tableView heightForRowAtIndexPath:(__unused NSIndexPat…