Round a float up to the next integer in objective C? March 23, 2023 by Tarik You want the ceiling function. Used like so: float roundedup = ceil(otherfloat);