Note that there are some explanatory texts on larger screens.

plurals
  1. USstrstr
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COOk. I think that your solution is not the best approach. However you can send a message, like a `[NSNotification postNotification]` with the indexPath, to your model class. Then in the method that receive the message you can simply delete the object(and check with the `isDelete` the result), save the context, and then call the `[tableView reloadData]` method. For use the reloadData, that isn't in the model, you can use another `[NSNotification postNotification]` from the Model Class or add a Listener to `NSManagedObjectContextDidSaveNotification` in the Class which manage the tableView.
      singulars
    2. COSorry, but from where you read the number of rows? How suggest @dombesz, or you have an nsfetchedresultcontroller or you have an a structure where the tableView dataSource methods can know the number of its table rows. Can you post please, for example, the `numberOfRowsInSection` method code?
      singulars
    3. COI edited a little bit the library function `setLabelOffset`. When the labels are updated i add an y offset to the label point (x,y). However the problem is not there, because i created a project from scratch, with the original CorePlot Library (v. 1.2) and the issue is the same. You can take a look to the video linked below, for more explanation about:[link](http://www.youtube.com/watch?v=ACzpSvRaOY8&feature=youtu.be) The y range is `[CPTPlotRange plotRangeWithLocation:CPTDecimalFromCGFloat(10.0) length:CPTDecimalFromCGFloat(50.0)]`
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload